DynamicActivity<TResult>.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 kumpulan peristiwa aktivitas dinamis.
Overload
ICustomTypeDescriptor.GetEvents() |
Mengembalikan kumpulan peristiwa aktivitas dinamis. |
ICustomTypeDescriptor.GetEvents(Attribute[]) |
Mengembalikan kumpulan peristiwa aktivitas dinamis menggunakan array atribut tertentu sebagai filter. |
ICustomTypeDescriptor.GetEvents()
Mengembalikan kumpulan peristiwa aktivitas dinamis.
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
Pengumpulan peristiwa.
Penerapan
Keterangan
Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DynamicActivity<TResult> ke ICustomTypeDescriptor antarmuka.
Berlaku untuk
ICustomTypeDescriptor.GetEvents(Attribute[])
Mengembalikan kumpulan peristiwa aktivitas dinamis menggunakan array atribut tertentu 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 yang dapat Anda gunakan sebagai filter.
Mengembalikan
Kumpulan peristiwa yang cocok dengan atribut yang ditentukan.
Penerapan
Keterangan
Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DynamicActivity<TResult> ke ICustomTypeDescriptor antarmuka.