System::Reflection::PropertyInfo::GetValue метод
Содержание
[
Скрывать
]PropertyInfo::GetValue(System::SharedPtr<System::Object>) method
Получает значение свойства из конкретного объекта.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
| Параметр | Тип | Описание |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object для чтения свойства из. |
ReturnValue
Значение указанного свойства для указанного объекта.
См. также
- 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
Получает значение свойства из конкретного объекта.
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| Параметр | Тип | Описание |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object для чтения свойства из. |
| индексатор | System::ArrayPtr<System::SharedPtr<System::Object>> | Это необязательные значения индекса для индексированных свойств. Для неиндексированных свойств это значение должно быть null. |
ReturnValue
Значение указанного свойства для указанного объекта.
См. также
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Font for C++