DynamicActivity.ICustomTypeDescriptor.GetEvents Metodo

Definizione

Restituisce la raccolta di eventi dell'attività dinamica.

Overload

ICustomTypeDescriptor.GetEvents()

Restituisce la raccolta di eventi dell'attività dinamica.

ICustomTypeDescriptor.GetEvents(Attribute[])

Restituisce la raccolta di eventi dell'attività dinamica utilizzando una matrice di attributi specificata come filtro.

ICustomTypeDescriptor.GetEvents()

Restituisce la raccolta di eventi dell'attività dinamica.

 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

Raccolta di eventi.

Implementazioni

Commenti

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

Si applica a

ICustomTypeDescriptor.GetEvents(Attribute[])

Restituisce la raccolta di eventi dell'attività dinamica utilizzando una 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 che si può usare come filtro.

Restituisce

Raccolta degli eventi che corrispondono agli attributi specificati.

Implementazioni

Commenti

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

Si applica a