SubMenuStyle.ICustomTypeDescriptor.GetEvents Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
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
Restituisce
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 .