Represents a collection of preinstalled features.


Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Visual Basic (Declaration)
Public Class MsiFeatureCollection
    Inherits KeyedCollection(Of String, MsiFeature)
C#
public class MsiFeatureCollection : KeyedCollection<string, MsiFeature>
C++
ref class MsiFeatureCollection : KeyedCollection<string, MsiFeature>
J#
public class MsiFeatureCollection extends KeyedCollection<string, MsiFeature>
JScript
public class MsiFeatureCollection extends KeyedCollection<string, MsiFeature>

Inheritance Hierarchy

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also