Sdílet prostřednictvím


WebPartMenuStyle.ICustomTypeDescriptor.GetEvents Metoda

Definice

Vrátí události pro tuto instanci komponenty. Tato metoda implementuje přetíženou GetEvents metodu.

Přetížení

ICustomTypeDescriptor.GetEvents()

Vrátí události pro tuto instanci komponenty. Tato metoda implementuje GetEvents() přetížení metody.

ICustomTypeDescriptor.GetEvents(Attribute[])

Vrátí události pro tuto instanci komponenty pomocí zadaného pole atributů jako filtr. Tato metoda implementuje GetEvents(Attribute[]) přetížení metody.

ICustomTypeDescriptor.GetEvents()

Vrátí události pro tuto instanci komponenty. Tato metoda implementuje GetEvents() přetížení metody.

 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

Návraty

Představuje EventDescriptorCollection události pro tento objekt.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že WebPartMenuStyle je instance přetypovaná na ICustomTypeDescriptor rozhraní.

Viz také

Platí pro

ICustomTypeDescriptor.GetEvents(Attribute[])

Vrátí události pro tuto instanci komponenty pomocí zadaného pole atributů jako filtr. Tato metoda implementuje GetEvents(Attribute[]) přetížení metody.

 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

Parametry

attributes
Attribute[]

Pole typu Attribute použitého jako filtr.

Návraty

Představuje EventDescriptorCollection filtrované události pro tento objekt.

Implementuje

Viz také

Platí pro