SubMenuStyle.ICustomTypeDescriptor.GetEvents Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
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.