System::Reflection::FieldInfo::SetValue methode
FieldInfo::SetValue method
Stelt de eigenschapswaarde in voor een specifiek object.
void System::Reflection::FieldInfo::SetValue(const System::SharedPtr<System::Object> &obj, const System::SharedPtr<System::Object> &value)
| Parameter | Type | Beschrijving |
|---|---|---|
| obj | const System::SharedPtr<System::Object>& | Object om de eigenschap naartoe te schrijven. |
| value | const System::SharedPtr<System::Object>& | Waarde van de in te stellen eigenschap. |
Zie ook
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.Page for C++