DynamicActivity<TResult>.ICustomTypeDescriptor.GetEvents Método

Definição

Retorna a coleção de eventos da atividade dinâmica.

Sobrecargas

ICustomTypeDescriptor.GetEvents()

Retorna a coleção de eventos da atividade dinâmica.

ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna a coleção de eventos da atividade dinâmica usando uma matriz de atributos especificada como um filtro.

ICustomTypeDescriptor.GetEvents()

Retorna a coleção de eventos da atividade dinâmica.

 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

Retornos

A coleção de eventos.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de DynamicActivity<TResult> é convertida em uma interface de ICustomTypeDescriptor.

Aplica-se a

ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna a coleção de eventos da atividade dinâmica usando uma matriz de atributos especificada como um 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

Parâmetros

attributes
Attribute[]

Uma matriz que você pode usar como um filtro.

Retornos

A coleção de eventos que correspondem aos atributos especificados.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de DynamicActivity<TResult> é convertida em uma interface de ICustomTypeDescriptor.

Aplica-se a