SubMenuStyle.ICustomTypeDescriptor.GetEvents Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Aby uzyskać opis tego elementu członkowskiego, zobacz ICustomTypeDescriptor.GetEvents.
Przeciążenia
ICustomTypeDescriptor.GetEvents() |
Aby uzyskać opis tego elementu członkowskiego, zobacz GetEvents(). |
ICustomTypeDescriptor.GetEvents(Attribute[]) |
Aby uzyskać opis tego elementu członkowskiego, zobacz GetEvents(Attribute[]). |
Uwagi
Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy SubMenuStyle wystąpienie jest rzutowanie do interfejsu ICustomTypeDescriptor .
ICustomTypeDescriptor.GetEvents()
Aby uzyskać opis tego elementu członkowskiego, zobacz 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
Zwraca
Element EventDescriptorCollection zawierający zdarzenia dla tego wystąpienia.
Implementuje
Uwagi
Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy SubMenuStyle wystąpienie jest rzutowanie do interfejsu ICustomTypeDescriptor .
Dotyczy
ICustomTypeDescriptor.GetEvents(Attribute[])
Aby uzyskać opis tego elementu członkowskiego, zobacz 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
Parametry
Zwraca
Element EventDescriptorCollection zawierający przefiltrowane zdarzenia dla tego wystąpienia.
Implementuje
Uwagi
Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy SubMenuStyle wystąpienie jest rzutowanie do interfejsu ICustomTypeDescriptor .