MarkupProperty.PropertyDescriptor 属性

定义

当在派生类中重写时,可获取标记属性的 PropertyDescriptor

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

属性值

PropertyDescriptor

属性描述符。

注解

默认行为返回 null

适用于