Interop.ICustomTypeDescriptor.GetEvents Metodo

Definizione

Restituisce l'insieme di eventi per l'oggetto contenuto Activity.

Overload

Nome Descrizione
ICustomTypeDescriptor.GetEvents()

Restituisce l'insieme di eventi per l'oggetto contenuto Activity.

ICustomTypeDescriptor.GetEvents(Attribute[])

Restituisce la raccolta di eventi per l'oggetto contenuto Activity utilizzando la matrice di attributi specificata come filtro.

ICustomTypeDescriptor.GetEvents()

Restituisce l'insieme di eventi per l'oggetto contenuto Activity.

 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

Valori restituiti

Raccolta di eventi.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia InteropICustomTypeDescriptor .

Si applica a

ICustomTypeDescriptor.GetEvents(Attribute[])

Restituisce la raccolta di eventi per l'oggetto contenuto Activity 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[]

Attributi utilizzati per filtrare gli eventi restituiti.

Valori restituiti

Raccolta di eventi per l'oggetto contenuto Activity.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia InteropICustomTypeDescriptor .

Si applica a