共用方式為


PropertiesTab.GetProperties 方法

定義

取得指定元件的屬性。

多載

GetProperties(Object, Attribute[])

取得符合指定屬性 (attribute) 之指定元件的屬性 (property)。

GetProperties(ITypeDescriptorContext, Object, Attribute[])

取得符合指定屬性 (attribute) 和內容之指定元件的屬性 (property)。

GetProperties(Object, Attribute[])

取得符合指定屬性 (attribute) 之指定元件的屬性 (property)。

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 的陣列,表示要擷取之屬性 (property) 的屬性 (attribute)。

傳回

PropertyDescriptorCollection

包含屬性的 PropertyDescriptorCollection

另請參閱

適用於

GetProperties(ITypeDescriptorContext, Object, Attribute[])

取得符合指定屬性 (attribute) 和內容之指定元件的屬性 (property)。

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 的陣列,表示要擷取之屬性 (property) 的屬性 (attribute)。

傳回

PropertyDescriptorCollection

PropertyDescriptorCollection,其中包含符合指定內容和屬性 (attribute) 的屬性 (property)。

另請參閱

適用於