Represents all setting overrides of a component in a certain configuration pass in an answer file. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
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

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