Metode System::Reflection::PropertyInfo::GetValue
isi
[
bersembunyi
]PropertyInfo::GetValue(System::SharedPtr<System::Object>) method
Mendapatkan nilai properti dari objek tertentu.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object untuk membaca properti dari. |
ReturnValue
Nilai properti yang ditentukan untuk objek yang ditentukan.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++
PropertyInfo::GetValue(System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>) method
Mendapatkan nilai properti dari objek tertentu.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object untuk membaca properti dari. |
| indeks | System::ArrayPtr<System::SharedPtr<System::Object>> | Ini adalah nilai indeks opsional untuk properti yang diindeks. Untuk properti yang tidak diindeks, nilai ini harus null. |
ReturnValue
Nilai properti yang ditentukan untuk objek yang ditentukan.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++