System::Reflection::PropertyInfo::SetValue طريقة
محتويات
[
يخفي
]PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>) method
يضبط قيمة الخاصية إلى كائن محدد.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value)
| معامل | نوع | الوصف |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object لكتابة الخاصية إليه. |
| قيمة | System::SharedPtr<System::Object> | قيمة الخاصية التي سيتم تعيينها. |
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Font for C++
PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>) method
يضبط قيمة الخاصية إلى كائن محدد.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| معامل | نوع | الوصف |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object لكتابة الخاصية إليه. |
| فهرس | System::SharedPtr<System::Object> | هذه قيم فهرسة اختيارية للخصائص المفهرسة. بالنسبة للخصائص غير المفهرسة، يجب أن تكون هذه القيمة فارغة. |
| قيمة | System::ArrayPtr<System::SharedPtr<System::Object>> | قيمة الخاصية التي سيتم تعيينها. |
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Font for C++