ITypeDescriptorContext.PropertyDescriptor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PropertyDescriptor that is associated with the given context item.
public:
property System::ComponentModel::PropertyDescriptor ^ PropertyDescriptor { System::ComponentModel::PropertyDescriptor ^ get(); };
public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get; }
public System.ComponentModel.PropertyDescriptor? PropertyDescriptor { get; }
member this.PropertyDescriptor : System.ComponentModel.PropertyDescriptor
Public ReadOnly Property PropertyDescriptor As PropertyDescriptor
Property Value
The PropertyDescriptor that describes the given context item; otherwise, null
if there is no PropertyDescriptor responsible for the call.