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
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.