Share via


PropertyTab.GetProperties Yöntem

Tanım

Belirtilen bileşenin özelliklerini alır.

Aşırı Yüklemeler

GetProperties(Object)

Belirtilen bileşenin özelliklerini alır.

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)

Belirtilen bileşenin özelliklerini alır.

public:
 virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component);
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties (object component);
public virtual System.ComponentModel.PropertyDescriptorCollection? GetProperties (object component);
abstract member GetProperties : obj -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : obj -> System.ComponentModel.PropertyDescriptorCollection
Public Overridable Function GetProperties (component As Object) As PropertyDescriptorCollection

Parametreler

component
Object

özelliklerini almak için bileşen.

Döndürülenler

PropertyDescriptorCollection Bileşenin özelliklerini içeren bir.

Şunlara uygulanır

GetProperties(Object, Attribute[])

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

public:
 abstract System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public abstract System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public abstract System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[]? attributes);
public abstract System.ComponentModel.PropertyDescriptorCollection? GetProperties (object component, Attribute[]? attributes);
abstract member GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public MustOverride Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection

Parametreler

component
Object

Özelliklerini almak için bileşen.

attributes
Attribute[]

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

Döndürülenler

PropertyDescriptorCollection Özellikleri içeren bir.

Şunlara uygulanır

GetProperties(ITypeDescriptorContext, Object, Attribute[])

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

public:
 virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object component, Attribute[] attributes);
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
public virtual System.ComponentModel.PropertyDescriptorCollection? GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
abstract member GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overridable Function GetProperties (context As ITypeDescriptorContext, component As Object, attributes As Attribute()) As PropertyDescriptorCollection

Parametreler

context
ITypeDescriptorContext

ITypeDescriptorContext Özelliklerini almak için bağlamı gösteren bir.

component
Object

Özelliklerini almak için bileşen.

attributes
Attribute[]

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

Döndürülenler

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

Şunlara uygulanır