Interop.ICustomTypeDescriptor.GetEvents Método

Definição

Retorna a coleção de eventos para o contido Activity.

Sobrecargas

Nome Description
ICustomTypeDescriptor.GetEvents()

Retorna a coleção de eventos para o contido Activity.

ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna a coleção de eventos para os contidos Activity usando a matriz de atributos especificada como um filtro.

ICustomTypeDescriptor.GetEvents()

Retorna a coleção de eventos para o contido 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

Retornos

A coleção de eventos.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a Interop instância é convertida em uma ICustomTypeDescriptor interface.

Aplica-se a

ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna a coleção de eventos para os contidos Activity usando a 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[]

Os atributos usados para filtrar os eventos retornados.

Retornos

A coleção de eventos para os contidos Activity.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a Interop instância é convertida em uma ICustomTypeDescriptor interface.

Aplica-se a