SubMenuStyle.ICustomTypeDescriptor.GetEvents Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Para obter uma descrição deste membro, consulte ICustomTypeDescriptor.GetEvents.
Sobrecargas
| Nome | Description |
|---|---|
| ICustomTypeDescriptor.GetEvents() |
Para obter uma descrição deste membro, consulte GetEvents(). |
| ICustomTypeDescriptor.GetEvents(Attribute[]) |
Para obter uma descrição deste membro, consulte GetEvents(Attribute[]). |
Comentários
Esse membro é uma implementação de membro de interface explícita. Ela só pode ser usada quando a SubMenuStyle instância é convertida na ICustomTypeDescriptor interface.
ICustomTypeDescriptor.GetEvents()
Para obter uma descrição deste membro, consulte 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 contém os eventos dessa instância.
Implementações
Comentários
Esse membro é uma implementação de membro de interface explícita. Ela só pode ser usada quando a SubMenuStyle instância é convertida na ICustomTypeDescriptor interface.
Aplica-se a
ICustomTypeDescriptor.GetEvents(Attribute[])
Para obter uma descrição deste membro, consulte 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
Retornos
Um EventDescriptorCollection que contém os eventos filtrados para essa instância.
Implementações
Comentários
Esse membro é uma implementação de membro de interface explícita. Ela só pode ser usada quando a SubMenuStyle instância é convertida na ICustomTypeDescriptor interface.