MarkupProperty.PropertyDescriptor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当在派生类中重写时,可获取标记属性的 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
属性值
属性描述符。
注解
默认行为返回 null
。