SubMenuStyle.ICustomTypeDescriptor.GetEvents Metodo

Definizione

Per una descrizione di questo membro, vedere ICustomTypeDescriptor.GetEvents.

Overload

ICustomTypeDescriptor.GetEvents()

Per una descrizione di questo membro, vedere GetEvents().

ICustomTypeDescriptor.GetEvents(Attribute[])

Per una descrizione di questo membro, vedere GetEvents(Attribute[]).

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza SubMenuStyle all'interfaccia ICustomTypeDescriptor .

ICustomTypeDescriptor.GetEvents()

Per una descrizione di questo membro, vedere 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

Restituisce

EventDescriptorCollection

Oggetto EventDescriptorCollection che contiene gli eventi per questa istanza.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza SubMenuStyle all'interfaccia ICustomTypeDescriptor .

Si applica a

ICustomTypeDescriptor.GetEvents(Attribute[])

Per una descrizione di questo membro, vedere 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

Parametri

attributes
Attribute[]

Matrice di tipo Attribute usata come filtro.

Restituisce

EventDescriptorCollection

Oggetto EventDescriptorCollection che contiene gli eventi filtrati per questa istanza.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza SubMenuStyle all'interfaccia ICustomTypeDescriptor .

Si applica a