AxHost.ICustomTypeDescriptor.GetProperties Yöntem

Tanım

Geçerli nesnenin özelliklerini döndürür.

Aşırı Yüklemeler

ICustomTypeDescriptor.GetProperties()

Geçerli nesnenin özelliklerini döndürür.

ICustomTypeDescriptor.GetProperties(Attribute[])

Belirtilen öznitelik dizisini filtre olarak kullanarak geçerli nesnenin özelliklerini döndürür.

ICustomTypeDescriptor.GetProperties()

Geçerli nesnenin özelliklerini döndürür.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Döndürülenler

PropertyDescriptorCollection

PropertyDescriptorCollection Geçerli nesnenin olaylarını temsil eden bir.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICustomTypeDescriptor arabirime AxHost yayınlandığında kullanılabilir.

Şunlara uygulanır

ICustomTypeDescriptor.GetProperties(Attribute[])

Belirtilen öznitelik dizisini filtre olarak kullanarak geçerli nesnenin özelliklerini döndürür.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Parametreler

attributes
Attribute[]

Filtre olarak kullanılan tür Attribute dizisi.

Döndürülenler

PropertyDescriptorCollection

PropertyDescriptorCollection Verilen öznitelik kümesiyle eşleşen geçerli AxHost olaylarını temsil eden bir.

Uygulamalar

Şunlara uygulanır