Retrieves the object containing an overridden value. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim iScalarSettingPropertyDescriptor1 As IScalarSettingPropertyDescriptor

Dim returnValue As Object
returnValue = iScalarSettingPropertyDescriptor1.Override

Syntax

Visual Basic
ReadOnly Property Override() As Object
C#
object Override {get;}
C++
property virtual Object^ Override {
		Object^ get();
}
J#
public System.Object get_Override();
JScript
function get Override() : Object;

Property Value

An instance of SettingDefinitions or ImageWindowsFeatureSelection.

Remarks

If the property being described by PropertyDescriptor is a setting override, then an instance of SettingOverride describing the override is returned.

If the property being described by PropertyDescriptoris a Windows feature selection, then an instance of ImageWindowsFeatureSelection representing the current selection in answer file is returned.


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