System::Reflection::PropertyInfo::GetValue method
محتويات
[
يخفي
]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>> | هذه قيم فهرسة اختيارية للخصائص المفهرسة. بالنسبة للخصائص غير المفهرسة، يجب أن تكون هذه القيمة فارغة. |
ReturnValue
قيمة الخاصية المحددة للكائن المحدد.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Font for C++