SubMenuStyle.ICustomTypeDescriptor.GetEvents Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Popis tohoto člena naleznete v tématu ICustomTypeDescriptor.GetEvents.
Přetížení
ICustomTypeDescriptor.GetEvents() |
Popis tohoto člena naleznete v tématu GetEvents(). |
ICustomTypeDescriptor.GetEvents(Attribute[]) |
Popis tohoto člena naleznete v tématu GetEvents(Attribute[]). |
Poznámky
Tento člen je explicitní implementace členu rozhraní. Dá se použít pouze v SubMenuStyle případě, že je instance přetypována do ICustomTypeDescriptor rozhraní.
ICustomTypeDescriptor.GetEvents()
Popis tohoto člena naleznete v tématu 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
Návraty
Obsahuje EventDescriptorCollection události pro tuto instanci.
Implementuje
Poznámky
Tento člen je explicitní implementace členu rozhraní. Dá se použít pouze v SubMenuStyle případě, že je instance přetypována do ICustomTypeDescriptor rozhraní.
Platí pro
ICustomTypeDescriptor.GetEvents(Attribute[])
Popis tohoto člena naleznete v tématu 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
Návraty
Obsahuje EventDescriptorCollection filtrované události pro tuto instanci.
Implementuje
Poznámky
Tento člen je explicitní implementace členu rozhraní. Dá se použít pouze v SubMenuStyle případě, že je instance přetypována do ICustomTypeDescriptor rozhraní.