IDesignerSerializationManager.Properties Properti
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.
Menunjukkan properti kustom yang dapat diserialisasikan dengan serializer yang tersedia.
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 properti yang akan diserialisasikan.
Keterangan
Properti ini dapat berisi koleksi kosong. Serializer tidak boleh berasumsi bahwa properti tersebut ada. Kelas turunan IDesignerSerializationManager atau implementasi mendefinisikan sekumpulan properti yang diekspos di sini.
Catatan Bagi Implementer
Properti ini dapat diisi oleh kode pengguna. Mungkin cukup untuk memanggil GetProperties(Type)TypeDescriptor untuk mengisi koleksi ini. Manajer serialisasi harus mengembalikan koleksi kosong jika tidak ada properti kustom.