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
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