Retrieves the object that defines the property. 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.Definition

Syntax

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

Property Value

An instance of SettingDefinitions or ImageWindowsFeatureSelection in the image.

Remarks

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

If the property being described by PropertyDescriptor is a Windows feature selection, then an instance of ImageWindowsFeatureSelection representing the original selection in offline image 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