DbDataRecord.ICustomTypeDescriptor.GetEvents Metoda

Definicja

Przeciążenia

ICustomTypeDescriptor.GetEvents()

Zwraca zdarzenia dla tego wystąpienia składnika.

ICustomTypeDescriptor.GetEvents(Attribute[])

Zwraca zdarzenia dla tego wystąpienia składnika przy użyciu określonej tablicy atrybutów jako filtru.

ICustomTypeDescriptor.GetEvents()

Źródło:
DbDataRecord.cs
Źródło:
DbDataRecord.cs
Źródło:
DbDataRecord.cs

Zwraca zdarzenia dla tego wystąpienia składnika.

 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 reprezentujący zdarzenia dla tego wystąpienia składnika.

Implementuje

Uwagi

Aby uzyskać więcej informacji, zobacz GetEvents.

Zobacz też

Dotyczy

ICustomTypeDescriptor.GetEvents(Attribute[])

Źródło:
DbDataRecord.cs
Źródło:
DbDataRecord.cs
Źródło:
DbDataRecord.cs

Zwraca zdarzenia dla tego wystąpienia składnika przy użyciu określonej tablicy atrybutów jako filtru.

 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 , która jest używana jako filtr.

Zwraca

Element EventDescriptorCollection reprezentujący odfiltrowane zdarzenia dla tego wystąpienia składnika.

Implementuje

Uwagi

Aby uzyskać więcej informacji, zobacz GetEvents.

Zobacz też

Dotyczy