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)
| Parameter | Type | الوصف |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object للكتابة إلى الخاصية. |
| value | System::SharedPtr<System::Object> | قيمة الخاصية التي سيتم ضبطها. |
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page 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)
| Parameter | Type | الوصف |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object للكتابة إلى الخاصية. |
| فهرس | System::SharedPtr<System::Object> | هذه قيم فهرسة اختيارية للخصائص المفهرسة. بالنسبة للخصائص غير المفهرسة، يجب أن تكون هذه القيمة فارغة. |
| value | System::ArrayPtr<System::SharedPtr<System::Object>> | قيمة الخاصية التي سيتم ضبطها. |
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++