ITypeDescriptorContext.PropertyDescriptor 属性
定义
获取与给定上下文项相关联的 PropertyDescriptor。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; }
member this.PropertyDescriptor : System.ComponentModel.PropertyDescriptor
Public ReadOnly Property PropertyDescriptor As PropertyDescriptor
属性值
描述给定上下文项的 PropertyDescriptor;否则,如果不存在负责调用的 PropertyDescriptor,则为 null。The PropertyDescriptor that describes the given context item; otherwise, null if there is no PropertyDescriptor responsible for the call.