Share via


WebPartMenuStyle.ICustomTypeDescriptor.GetEvents Metodo

Definizione

Restituisce gli eventi per questa istanza di un componente. Questo metodo implementa il metodo di overload GetEvents.

Overload

ICustomTypeDescriptor.GetEvents()

Restituisce gli eventi per questa istanza di un componente. Questo metodo implementa l'overload del metodo GetEvents().

ICustomTypeDescriptor.GetEvents(Attribute[])

Restituisce gli eventi per questa istanza di un componente usando come filtro la matrice di attributi specificata. Questo metodo implementa l'overload del metodo GetEvents(Attribute[]).

ICustomTypeDescriptor.GetEvents()

Restituisce gli eventi per questa istanza di un componente. Questo metodo implementa l'overload del metodo 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 rappresenta gli eventi per questo oggetto.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza WebPartMenuStyle a un'interfaccia ICustomTypeDescriptor.

Vedi anche

Si applica a

ICustomTypeDescriptor.GetEvents(Attribute[])

Restituisce gli eventi per questa istanza di un componente usando come filtro la matrice di attributi specificata. Questo metodo implementa l'overload del metodo 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 utilizzata come filtro.

Restituisce

EventDescriptorCollection

Oggetto EventDescriptorCollection che rappresenta gli eventi filtrati per questo oggetto.

Implementazioni

Vedi anche

Si applica a