AxHost.ICustomTypeDescriptor.GetProperties Metoda

Definice

Vrátí vlastnosti aktuálního objektu.

Přetížení

ICustomTypeDescriptor.GetProperties()

Vrátí vlastnosti aktuálního objektu.

ICustomTypeDescriptor.GetProperties(Attribute[])

Vrátí vlastnosti aktuálního objektu pomocí zadaného pole atributů jako filtru.

ICustomTypeDescriptor.GetProperties()

Vrátí vlastnosti aktuálního objektu.

 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

Návraty

PropertyDescriptorCollection

A PropertyDescriptorCollection , který představuje události aktuálního objektu.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho AxHost použít pouze v případě, že je instance přetypována do ICustomTypeDescriptor rozhraní.

Platí pro

ICustomTypeDescriptor.GetProperties(Attribute[])

Vrátí vlastnosti aktuálního objektu pomocí zadaného pole atributů jako filtru.

 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

Parametry

attributes
Attribute[]

Pole typu Attribute , které se používá jako filtr.

Návraty

PropertyDescriptorCollection

A PropertyDescriptorCollection , která představuje události pro aktuální AxHost , které odpovídají dané sadě atributů.

Implementuje

Platí pro