Retrieves all descendent setting overrides. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim answerFileSettingOverride1 As AnswerFileSettingOverride

Dim returnValue As AnswerFileComponentSettingOverrideCollection
returnValue = answerFileSettingOverride1.SettingOverrides

Syntax

Visual Basic
Public Shadows Overridable ReadOnly Property SettingOverrides() As AnswerFileComponentSettingOverrideCollection
C#
public virtual new AnswerFileComponentSettingOverrideCollection SettingOverrides {get;}
C++
public:
property virtual AnswerFileComponentSettingOverrideCollection^ SettingOverrides {
		AnswerFileComponentSettingOverrideCollection^ get();
}
J#
public AnswerFileComponentSettingOverrideCollection get_SettingOverrides();
JScript
public hide function get SettingOverrides() : AnswerFileComponentSettingOverrideCollection;

Property Value

The overrides of the answer file settings.

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