System::Reflection::PropertyInfo::GetValue método
Contenido
[
Ocultar
]PropertyInfo::GetValue(System::SharedPtr<System::Object>) method
Obtiene el valor de la propiedad de un objeto específico.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
| Parámetro | Tipo | Descripción |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object para leer la propiedad de. |
ReturnValue
Valor de la propiedad especificada para el objeto especificado.
Ver también
- 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
Obtiene el valor de la propiedad de un objeto específico.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| Parámetro | Tipo | Descripción |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object para leer la propiedad de. |
| indexador | System::ArrayPtr<System::SharedPtr<System::Object>> | Estos son valores de índice opcionales para propiedades indexadas. Para propiedades no indexadas, este valor debe ser nulo. |
ReturnValue
Valor de la propiedad especificada para el objeto especificado.
Ver también
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++