Click or drag to resize
MsiFeatureCollection Class
Represents a collection of preinstalled features.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionMsiFeature
    System.Collections.ObjectModelKeyedCollectionString, MsiFeature
      FDF.CommonMsiFeatureCollection

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class MsiFeatureCollection : KeyedCollection<string, MsiFeature>

The MsiFeatureCollection type exposes the following members.

Constructors
  NameDescription
Public methodMsiFeatureCollection
Initializes a new instance of the MsiFeatureCollection class
Top
Methods
Remarks
See Also