AxHost.ICustomTypeDescriptor.GetProperties Metodo

Definizione

Restituisce le proprietà per l'oggetto corrente.

Overload

ICustomTypeDescriptor.GetProperties()

Restituisce le proprietà per l'oggetto corrente.

ICustomTypeDescriptor.GetProperties(Attribute[])

Restituisce le proprietà per l'oggetto corrente utilizzando la matrice di attributi specificata come filtro.

ICustomTypeDescriptor.GetProperties()

Restituisce le proprietà per l'oggetto corrente.

 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

Restituisce

PropertyDescriptorCollection

Oggetto PropertyDescriptorCollection che rappresenta gli eventi per l'oggetto corrente.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza AxHost a un'interfaccia ICustomTypeDescriptor.

Si applica a

ICustomTypeDescriptor.GetProperties(Attribute[])

Restituisce le proprietà per l'oggetto corrente utilizzando la matrice di attributi specificata come filtro.

 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

Parametri

attributes
Attribute[]

Matrice di tipo Attribute usata come filtro.

Restituisce

PropertyDescriptorCollection

Oggetto PropertyDescriptorCollection che rappresenta gli eventi per l'oggetto AxHost corrente corrispondenti al gruppo di attributi specificato.

Implementazioni

Si applica a