SubMenuStyle.ICustomTypeDescriptor.GetEvents Método

Definição

Para uma descrição deste elemento, veja ICustomTypeDescriptor.GetEvents.

Sobrecargas

Name Description
ICustomTypeDescriptor.GetEvents()

Para uma descrição deste elemento, veja GetEvents().

ICustomTypeDescriptor.GetEvents(Attribute[])

Para uma descrição deste elemento, veja GetEvents(Attribute[]).

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a SubMenuStyle instância é lançada para a ICustomTypeDescriptor interface.

ICustomTypeDescriptor.GetEvents()

Para uma descrição deste elemento, veja 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

Devoluções

E EventDescriptorCollection que contém os eventos desta ocasião.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a SubMenuStyle instância é lançada para a ICustomTypeDescriptor interface.

Aplica-se a

ICustomTypeDescriptor.GetEvents(Attribute[])

Para uma descrição deste elemento, veja 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[]

Um array de tipos Attribute que é usado como filtro.

Devoluções

An EventDescriptorCollection que contém os eventos filtrados para esta instância.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a SubMenuStyle instância é lançada para a ICustomTypeDescriptor interface.

Aplica-se a