Represents the public Windows feature selection collection for a PackageAction that supports creation. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim answerFileWindowsFeatureSelectionCollection1 As AnswerFileWindowsFeatureSelectionCollection

Syntax

Visual Basic
NotInheritable Public Class AnswerFileWindowsFeatureSelectionCollection
		Inherits ReadOnlyKeyedCollection(Of String, AnswerFileWindowsFeatureSelection)
C#
public sealed class AnswerFileWindowsFeatureSelectionCollection : ReadOnlyKeyedCollection<string, AnswerFileWindowsFeatureSelection>
C++
public ref class AnswerFileWindowsFeatureSelectionCollection sealed : ReadOnlyKeyedCollection<String^, AnswerFileWindowsFeatureSelection^>
J#
public final class AnswerFileWindowsFeatureSelectionCollection extends ReadOnlyKeyedCollection<System.String, AnswerFileWindowsFeatureSelection>
JScript
JScript does not support Generics.

Inheritance Hierarchy

System.Object
   Microsoft.ComponentStudio.ComponentPlatformInterface.ReadOnlyKeyedCollection
    Microsoft.ComponentStudio.ComponentPlatformInterface.AnswerFileWindowsFeatureSelectionCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also