Partilhar via


WebPartMenuStyle.ICustomTypeDescriptor.GetEvents Método

Definição

Retorna os eventos desta instância de um componente. Esse método implementa o método GetEvents sobrecarregado.

Sobrecargas

ICustomTypeDescriptor.GetEvents()

Retorna os eventos desta instância de um componente. Este método implementa a sobrecarga do método GetEvents().

ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna os eventos desta instância de um componente usando a matriz de atributos especificada como um filtro. Este método implementa a sobrecarga do método GetEvents(Attribute[]).

ICustomTypeDescriptor.GetEvents()

Retorna os eventos desta instância de um componente. Este método implementa a sobrecarga do método GetEvents().

 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

Um EventDescriptorCollection que representa os eventos para este objeto.

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 WebPartMenuStyle é convertida em uma interface de ICustomTypeDescriptor.

Confira também

Aplica-se a

ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna os eventos desta instância de um componente usando a matriz de atributos especificada como um filtro. Este método implementa a sobrecarga do método GetEvents(Attribute[]).

 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 do tipo Attribute usada como um filtro.

Retornos

Um EventDescriptorCollection que representa os eventos filtrados para este objeto.

Implementações

Confira também

Aplica-se a