共用方式為


EventsTab.GetProperties 方法

定義

取得事件索引標籤的所有屬性。

多載

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

要擷取其屬性的元件。

attributes
Attribute[]

Attribute 的陣列,表示要擷取之事件屬性的屬性。

傳回

PropertyDescriptorCollection

包含屬性的 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

要擷取其屬性的元件。

attributes
Attribute[]

Attribute 型別的陣列,表示要擷取其事件屬性的屬性。

傳回

PropertyDescriptorCollection

包含屬性的 PropertyDescriptorCollection。 如果元件未實作事件服務,這是空的 PropertyDescriptorCollection

適用於