MarkupProperty.PropertyDescriptor Property

Definition

When overridden in a derived class, gets the PropertyDescriptor for the markup property.

public:
 virtual property System::ComponentModel::PropertyDescriptor ^ PropertyDescriptor { System::ComponentModel::PropertyDescriptor ^ get(); };
public virtual System.ComponentModel.PropertyDescriptor PropertyDescriptor { get; }
member this.PropertyDescriptor : System.ComponentModel.PropertyDescriptor
Public Overridable ReadOnly Property PropertyDescriptor As PropertyDescriptor

Property Value

The property descriptor.

Remarks

The default behavior returns null.

Applies to