AxHost.ICustomTypeDescriptor.GetEvents Metodo

Definizione

Restituisce gli eventi per l'oggetto corrente.

Overload

ICustomTypeDescriptor.GetEvents()

Restituisce gli eventi per l'oggetto corrente.

ICustomTypeDescriptor.GetEvents(Attribute[])

Restituisce gli eventi per l'oggetto corrente utilizzando la matrice di attributi specificata come filtro.

ICustomTypeDescriptor.GetEvents()

Restituisce gli eventi per l'oggetto corrente.

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

Restituisce

EventDescriptorCollection

Oggetto EventDescriptorCollection 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.GetEvents(Attribute[])

Restituisce gli eventi per l'oggetto corrente utilizzando la matrice di attributi specificata come filtro.

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

Parametri

attributes
Attribute[]

Matrice di tipo Attribute usata come filtro.

Restituisce

EventDescriptorCollection

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

Implementazioni

Si applica a