EventsTab.GetProperties 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得事件索引標籤的所有屬性。
多載
GetProperties(Object, Attribute[]) |
取得符合指定屬性 (Attribute) 之事件索引標籤的所有屬性。 |
GetProperties(ITypeDescriptorContext, Object, Attribute[]) |
取得事件索引標籤中符合指定的屬性和內容的所有屬性。 |
GetProperties(Object, Attribute[])
取得符合指定屬性 (Attribute) 之事件索引標籤的所有屬性。
public:
override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[]? attributes);
override this.GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection
參數
- component
- Object
要擷取其屬性的元件。
傳回
包含屬性的 PropertyDescriptorCollection。 如果元件未實作事件服務,這是空的 PropertyDescriptorCollection。
備註
事件索引標籤屬性是由元件事件服務傳回的事件屬性所決定。
適用於
GetProperties(ITypeDescriptorContext, Object, Attribute[])
取得事件索引標籤中符合指定的屬性和內容的所有屬性。
public:
override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, component As Object, attributes As Attribute()) As PropertyDescriptorCollection
參數
- context
- ITypeDescriptorContext
ITypeDescriptorContext,可用於取得內容資訊。
- component
- Object
要擷取其屬性的元件。
傳回
包含屬性的 PropertyDescriptorCollection。 如果元件未實作事件服務,這是空的 PropertyDescriptorCollection。