System::Reflection::FieldInfo::SetValue طريقة
FieldInfo::SetValue method
يضبط قيمة الخاصية لكائن محدد.
void System::Reflection::FieldInfo::SetValue(const System::SharedPtr<System::Object> &obj, const System::SharedPtr<System::Object> &value)
| Parameter | Type | الوصف |
|---|---|---|
| obj | const System::SharedPtr<System::Object>& | Object للكتابة إلى الخاصية. |
| value | const System::SharedPtr<System::Object>& | قيمة الخاصية التي سيتم ضبطها. |
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.Page for C++