System::Reflection::FieldInfo::SetValue metodo
FieldInfo::SetValue method
Imposta il valore della proprietà su un oggetto specifico.
void System::Reflection::FieldInfo::SetValue(const System::SharedPtr<System::Object> &obj, const System::SharedPtr<System::Object> &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | const System::SharedPtr<System::Object>& | Object su cui scrivere la proprietà. |
| valore | const System::SharedPtr<System::Object>& | Valore della proprietà da impostare. |
Vedi anche
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.Font for C++