ItemPropertyInfo::Descriptor Property

 

Get an object that contains additional information about the property.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property Object^ Descriptor {
	Object^ get();
}

Property Value

Type: System::Object^

An object that contains additional information about the property.

Descriptor can be any object that contains information about the property, such as a PropertyDescriptor or PropertyInfo object.

.NET Framework
Available since 3.0
Return to top
Show: