Share via


DbDataRecord.ICustomTypeDescriptor.GetEvents Metode

Definisi

Overload

ICustomTypeDescriptor.GetEvents()

Mengembalikan peristiwa untuk instans komponen ini.

ICustomTypeDescriptor.GetEvents(Attribute[])

Mengembalikan peristiwa untuk instans komponen ini menggunakan array atribut yang ditentukan sebagai filter.

ICustomTypeDescriptor.GetEvents()

Sumber:
DbDataRecord.cs
Sumber:
DbDataRecord.cs
Sumber:
DbDataRecord.cs

Mengembalikan peristiwa untuk instans komponen ini.

 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

Mengembalikan

EventDescriptorCollection yang mewakili peristiwa untuk instans komponen ini.

Penerapan

Keterangan

Untuk informasi selengkapnya, lihat GetEvents.

Lihat juga

Berlaku untuk

ICustomTypeDescriptor.GetEvents(Attribute[])

Sumber:
DbDataRecord.cs
Sumber:
DbDataRecord.cs
Sumber:
DbDataRecord.cs

Mengembalikan peristiwa untuk instans komponen ini menggunakan array atribut yang ditentukan sebagai filter.

 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

Parameter

attributes
Attribute[]

Array jenis Attribute yang digunakan sebagai filter.

Mengembalikan

EventDescriptorCollection yang mewakili peristiwa yang difilter untuk instans komponen ini.

Penerapan

Keterangan

Untuk informasi selengkapnya, lihat GetEvents.

Lihat juga

Berlaku untuk