System::Reflection::PropertyInfo::GetValue metodu
İçindekiler
[
Saklamak
]PropertyInfo::GetValue(System::SharedPtr<System::Object>) method
Belirli bir nesneden özellik değerini alır.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
| Parametre | Tür | Açıklama |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object özelliğin okunacağı nesne. |
ReturnValue
Belirtilen nesne için belirtilen özelliğin değeri.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Font for C++
PropertyInfo::GetValue(System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>) method
Belirli bir nesneden özellik değerini alır.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| Parametre | Tür | Açıklama |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object özelliğin okunacağı nesne. |
| indeksleyici | System::ArrayPtr<System::SharedPtr<System::Object>> | Bunlar, indeksli özellikler için isteğe bağlı indeks değerleridir. İndekslenmemiş özellikler için bu değer null olmalıdır. |
ReturnValue
Belirtilen nesne için belirtilen özelliğin değeri.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Font for C++