Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)
Usage
Visual Basic |
---|
Dim answerFileComponentSettingOverrideCollection1 As AnswerFileComponentSettingOverrideCollection |
Syntax
Visual Basic |
---|
MustInherit Public Class AnswerFileComponentSettingOverrideCollection Inherits ComponentSettingOverrideCollection Implements IEnumerable(Of AnswerFileSettingOverride), IEnumerable, IAnswerFileSettingOverrideCreator |
C# |
---|
public abstract class AnswerFileComponentSettingOverrideCollection : ComponentSettingOverrideCollection, IEnumerable<AnswerFileSettingOverride>, IEnumerable, IAnswerFileSettingOverrideCreator |
C++ |
---|
public ref class AnswerFileComponentSettingOverrideCollection abstract : ComponentSettingOverrideCollection, IEnumerable<AnswerFileSettingOverride^>, IEnumerable, IAnswerFileSettingOverrideCreator |
J# |
---|
public abstract class AnswerFileComponentSettingOverrideCollection extends ComponentSettingOverrideCollection implements IEnumerable<AnswerFileSettingOverride>, IEnumerable, IAnswerFileSettingOverrideCreator |
JScript |
---|
JScript does not support Generics. |
Inheritance Hierarchy
System.Object
Microsoft.ComponentStudio.ComponentPlatformInterface.ComponentSettingOverrideCollection
Microsoft.ComponentStudio.ComponentPlatformInterface.AnswerFileComponentSettingOverrideCollection
Microsoft.ComponentStudio.ComponentPlatformInterface.ComponentSettingOverrideCollection
Microsoft.ComponentStudio.ComponentPlatformInterface.AnswerFileComponentSettingOverrideCollection
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.