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