PropertyTab.GetProperties Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.
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.
Döndürülenler
PropertyDescriptorCollection Belirtilen bağlam ve özniteliklerle eşleşen özellikleri içeren.