ITypeDescriptorContext.PropertyDescriptor Property

Definition

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.

Applies to

See also