ITypeDescriptorContext.PropertyDescriptor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與指定內容項目關聯的 PropertyDescriptor。
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
屬性值
描述指定內容項目的 PropertyDescriptor,如果沒有 PropertyDescriptor 負責呼叫時,則為 null
。