Udostępnij za pośrednictwem


WebPartMenuStyle.ICustomTypeDescriptor.GetEvents Metoda

Definicja

Zwraca zdarzenia dla tego wystąpienia składnika. Ta metoda implementuje metodę przeciążoną GetEvents .

Przeciążenia

ICustomTypeDescriptor.GetEvents()

Zwraca zdarzenia dla tego wystąpienia składnika. Ta metoda implementuje GetEvents() przeciążenie metody.

ICustomTypeDescriptor.GetEvents(Attribute[])

Zwraca zdarzenia dla tego wystąpienia składnika przy użyciu określonej tablicy atrybutów jako filtru. Ta metoda implementuje GetEvents(Attribute[]) przeciążenie metody.

ICustomTypeDescriptor.GetEvents()

Zwraca zdarzenia dla tego wystąpienia składnika. Ta metoda implementuje GetEvents() przeciążenie 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

Zwraca

Obiekt EventDescriptorCollection reprezentujący zdarzenia dla tego obiektu.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy WebPartMenuStyle wystąpienie jest rzutowe do interfejsu ICustomTypeDescriptor .

Zobacz też

Dotyczy

ICustomTypeDescriptor.GetEvents(Attribute[])

Zwraca zdarzenia dla tego wystąpienia składnika przy użyciu określonej tablicy atrybutów jako filtru. Ta metoda implementuje GetEvents(Attribute[]) przeciążenie 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[]

Tablica typu Attribute używana jako filtr.

Zwraca

Element EventDescriptorCollection reprezentujący przefiltrowane zdarzenia dla tego obiektu.

Implementuje

Zobacz też

Dotyczy