Aracılığıyla paylaş


PropertiesTab.GetProperties Yöntem

Tanım

Belirtilen bileşenin özelliklerini alır.

Aşırı Yüklemeler

GetProperties(Object, Attribute[])

Belirtilen özniteliklerle eşleşen belirtilen bileşenin özelliklerini alır.

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Belirtilen öznitelikler ve bağlamla eşleşen belirtilen bileşenin özelliklerini alır.

GetProperties(Object, Attribute[])

Belirtilen özniteliklerle eşleşen belirtilen bileşenin özelliklerini alır.

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

Parametreler

component
Object

Özelliklerini alınacak bileşen.

attributes
Attribute[]

Alınacak özelliklerin özniteliklerini gösteren tür Attribute dizisi.

Döndürülenler

PropertyDescriptorCollection

PropertyDescriptorCollection Özellikleri içeren bir.

Ayrıca bkz.

Şunlara uygulanır

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Belirtilen öznitelikler ve bağlamla eşleşen belirtilen bileşenin özelliklerini alır.

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

Parametreler

context
ITypeDescriptorContext

ITypeDescriptorContext Özelliklerin alınabilecek bağlamı gösteren bir.

component
Object

Özelliklerini alınacak bileşen.

attributes
Attribute[]

Alınacak özelliklerin özniteliklerini gösteren tür Attribute dizisi.

Döndürülenler

PropertyDescriptorCollection

PropertyDescriptorCollection Belirtilen bağlam ve özniteliklerle eşleşen özellikleri içeren.

Ayrıca bkz.

Şunlara uygulanır