Bagikan melalui


ActivityCodeDomSerializationManager.Properties Properti

Definisi

PropertyDescriptorCollection Mendapatkan yang berisi kumpulan jenis PropertyDescriptorbaca-saja .

public:
 property System::ComponentModel::PropertyDescriptorCollection ^ Properties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection Properties { get; }
member this.Properties : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property Properties As PropertyDescriptorCollection

Nilai Properti

Yang PropertyDescriptorCollection berisi kumpulan jenis PropertyDescriptorbaca-saja .

Penerapan

Keterangan

Dengan menggunakan properti yang tersedia di PropertyDescriptorCollection kelas , Anda bisa mengkueri Properties tentang kontennya. Count Gunakan properti untuk menentukan jumlah elemen dalam koleksi. Item[] Gunakan properti untuk mendapatkan properti tertentu berdasarkan nomor indeks atau berdasarkan nama.

Selain properti, Anda dapat menggunakan Find metode untuk mendapatkan deskripsi properti yang menggunakan nama yang ditentukan dari koleksi.

Berlaku untuk