Bagikan melalui


Interop.ICustomTypeDescriptor.GetProperties Metode

Definisi

Mengembalikan kumpulan properti untuk yang terkandung Activity.

Overload

ICustomTypeDescriptor.GetProperties()

Mengembalikan kumpulan properti untuk yang terkandung Activity.

ICustomTypeDescriptor.GetProperties(Attribute[])

Mengembalikan kumpulan properti untuk yang terkandung Activity menggunakan array atribut tertentu sebagai filter.

ICustomTypeDescriptor.GetProperties()

Mengembalikan kumpulan properti untuk yang terkandung Activity.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Mengembalikan

PropertyDescriptorCollection yang mewakili kumpulan properti 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

ICustomTypeDescriptor.GetProperties(Attribute[])

Mengembalikan kumpulan properti untuk yang terkandung Activity menggunakan array atribut tertentu sebagai filter.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Parameter

attributes
Attribute[]

Array atribut yang digunakan untuk memfilter properti.

Mengembalikan

Kumpulan properti 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