metode System::Reflection::PropertyInfo::SetValue
isi
[
bersembunyi
]PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>) method
Mengatur nilai properti ke objek tertentu.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object untuk menulis properti ke. |
| value | System::SharedPtr<System::Object> | Nilai properti yang akan diatur. |
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++
PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>) method
Mengatur nilai properti ke objek tertentu.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object untuk menulis properti ke. |
| indeks | System::SharedPtr<System::Object> | Ini adalah nilai indeks opsional untuk properti yang diindeks. Untuk properti yang tidak diindeks, nilai ini harus null. |
| value | System::ArrayPtr<System::SharedPtr<System::Object>> | Nilai properti yang akan diatur. |
Lihat Juga
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++