AxHost.ICustomTypeDescriptor.GetProperties Metoda

Definicja

Zwraca właściwości bieżącego obiektu.

Przeciążenia

ICustomTypeDescriptor.GetProperties()

Zwraca właściwości bieżącego obiektu.

ICustomTypeDescriptor.GetProperties(Attribute[])

Zwraca właściwości bieżącego obiektu przy użyciu określonej tablicy atrybutów jako filtru.

ICustomTypeDescriptor.GetProperties()

Zwraca właściwości bieżącego obiektu.

 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

Zwraca

PropertyDescriptorCollection

Obiekt PropertyDescriptorCollection reprezentujący zdarzenia dla bieżącego obiektu.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy AxHost wystąpienie jest rzutowe do interfejsu ICustomTypeDescriptor .

Dotyczy

ICustomTypeDescriptor.GetProperties(Attribute[])

Zwraca właściwości bieżącego obiektu przy użyciu określonej tablicy atrybutów 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[]

Tablica typu Attribute , która jest używana jako filtr.

Zwraca

PropertyDescriptorCollection

Element PropertyDescriptorCollection reprezentujący zdarzenia dla bieżącego AxHost , które pasują do danego zestawu atrybutów.

Implementuje

Dotyczy