Compartir a través de


SubMenuStyle.ICustomTypeDescriptor.GetEvents Método

Definición

Para obtener una descripción de este miembro, vea ICustomTypeDescriptor.GetEvents.

Sobrecargas

ICustomTypeDescriptor.GetEvents()

Para obtener una descripción de este miembro, vea GetEvents().

ICustomTypeDescriptor.GetEvents(Attribute[])

Para obtener una descripción de este miembro, vea GetEvents(Attribute[]).

Comentarios

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

ICustomTypeDescriptor.GetEvents()

Para obtener una descripción de este miembro, vea 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 contiene los eventos de esta instancia.

Implementaciones

Comentarios

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

Se aplica a

ICustomTypeDescriptor.GetEvents(Attribute[])

Para obtener una descripción de este miembro, vea 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 usa como filtro.

Devoluciones

EventDescriptorCollection

Colección EventDescriptorCollection que contiene los eventos filtrados de esta instancia.

Implementaciones

Comentarios

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

Se aplica a