System::Reflection::PropertyInfo::GetValue method
Contenuti
[
Nascondere
]PropertyInfo::GetValue(System::SharedPtr<System::Object>) method
Ottiene il valore della proprietà da un oggetto specifico.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object da cui leggere la proprietà. |
ReturnValue
Valore della proprietà specificata per l’oggetto specificato.
Vedi anche
- 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
Ottiene il valore della proprietà da un oggetto specifico.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object da cui leggere la proprietà. |
| indicizzatore | System::ArrayPtr<System::SharedPtr<System::Object>> | Questi sono valori di indice opzionali per le proprietà indicizzate. Per le proprietà non indicizzate, questo valore dovrebbe essere nullo. |
ReturnValue
Valore della proprietà specificata per l’oggetto specificato.
Vedi anche
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Font for C++