WebPartMenuStyle.ICustomTypeDescriptor.GetEvents Método

Definición

Devuelve los eventos para esta instancia de un componente. Este método implementa el método GetEvents sobrecargado.

Sobrecargas

ICustomTypeDescriptor.GetEvents()

Devuelve los eventos para esta instancia de un componente. Este método implementa la sobrecarga del método GetEvents().

ICustomTypeDescriptor.GetEvents(Attribute[])

Devuelve los eventos de esta instancia de un componente utilizando la matriz de atributos especificada como filtro. Este método implementa la sobrecarga del método GetEvents(Attribute[]).

ICustomTypeDescriptor.GetEvents()

Devuelve los eventos para esta instancia de un componente. Este método implementa la sobrecarga del 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

Devoluciones

EventDescriptorCollection

Colección EventDescriptorCollection que representa los eventos de este objeto.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de WebPartMenuStyle se convierte en una interfaz ICustomTypeDescriptor.

Consulte también

Se aplica a

ICustomTypeDescriptor.GetEvents(Attribute[])

Devuelve los eventos de esta instancia de un componente utilizando la matriz de atributos especificada como filtro. Este método implementa la sobrecarga del 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[]

Matriz de tipo Attribute que se utiliza como filtro.

Devoluciones

EventDescriptorCollection

Colección EventDescriptorCollection que representa los eventos filtrados de este objeto.

Implementaciones

Consulte también

Se aplica a