DbConnectionStringBuilder.ICustomTypeDescriptor.GetEvents Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengembalikan peristiwa untuk instans komponen ini.
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:
- DbConnectionStringBuilder.cs
- Sumber:
- DbConnectionStringBuilder.cs
- Sumber:
- DbConnectionStringBuilder.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
Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DbConnectionStringBuilder ke ICustomTypeDescriptor antarmuka.
Untuk informasi selengkapnya, lihat GetEvents.
Lihat juga
Berlaku untuk
ICustomTypeDescriptor.GetEvents(Attribute[])
- Sumber:
- DbConnectionStringBuilder.cs
- Sumber:
- DbConnectionStringBuilder.cs
- Sumber:
- DbConnectionStringBuilder.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
Mengembalikan
EventDescriptorCollection yang mewakili peristiwa yang difilter untuk instans komponen ini.
Penerapan
Keterangan
Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DbConnectionStringBuilder ke ICustomTypeDescriptor antarmuka.
Untuk informasi selengkapnya, lihat GetEvents.