DbDataRecord.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í.
Přetížení
| Name | Description |
|---|---|
| ICustomTypeDescriptor.GetEvents() |
Vrátí události pro tuto instanci komponenty. |
| ICustomTypeDescriptor.GetEvents(Attribute[]) |
Vrátí události pro tuto instanci komponenty pomocí zadaného pole atributů jako filtru. |
ICustomTypeDescriptor.GetEvents()
- Zdroj:
- DbDataRecord.cs
- Zdroj:
- DbDataRecord.cs
- Zdroj:
- DbDataRecord.cs
- Zdroj:
- DbDataRecord.cs
- Zdroj:
- DbDataRecord.cs
Vrátí události pro tuto instanci komponenty.
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 tuto instanci komponenty.
Implementuje
Poznámky
Další informace najdete na webu GetEvents.
Viz také
Platí pro
ICustomTypeDescriptor.GetEvents(Attribute[])
- Zdroj:
- DbDataRecord.cs
- Zdroj:
- DbDataRecord.cs
- Zdroj:
- DbDataRecord.cs
- Zdroj:
- DbDataRecord.cs
- Zdroj:
- DbDataRecord.cs
Vrátí události pro tuto instanci komponenty pomocí zadaného pole atributů jako filtru.
virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")]
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes);
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
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
Představuje EventDescriptorCollection filtrované události pro tuto instanci komponenty.
Implementuje
- Atributy
Poznámky
Další informace najdete na webu GetEvents.