Bagikan melalui


Interop.ICustomTypeDescriptor.GetEvents Metode

Definisi

Mengembalikan kumpulan peristiwa untuk yang terkandung Activity.

Overload

ICustomTypeDescriptor.GetEvents()

Mengembalikan kumpulan peristiwa untuk yang terkandung Activity.

ICustomTypeDescriptor.GetEvents(Attribute[])

Mengembalikan kumpulan peristiwa untuk yang dimuat Activity menggunakan array atribut yang ditentukan sebagai filter.

ICustomTypeDescriptor.GetEvents()

Mengembalikan kumpulan peristiwa untuk yang terkandung Activity.

 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 Interop ke ICustomTypeDescriptor antarmuka.

Berlaku untuk

ICustomTypeDescriptor.GetEvents(Attribute[])

Mengembalikan kumpulan peristiwa untuk yang dimuat Activity 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[]

Atribut yang digunakan untuk memfilter peristiwa yang dikembalikan.

Mengembalikan

Pengumpulan peristiwa untuk yang terkandung Activity.

Penerapan

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan Interop ke ICustomTypeDescriptor antarmuka.

Berlaku untuk