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

Usage

Visual Basic
Dim answerFileComponentSetting1 As AnswerFileComponentSetting

Dim returnValue As AnswerFileComponentSettingOverrideCollection
returnValue = answerFileComponentSetting1.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

A collection that represents all descendent setting overrides of this instance.

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