méthode System::Reflection::FieldInfo::SetValue
FieldInfo::SetValue method
Définit la valeur de la propriété pour un objet spécifique.
void System::Reflection::FieldInfo::SetValue(const System::SharedPtr<System::Object> &obj, const System::SharedPtr<System::Object> &value)
| Paramètre | Type | Description |
|---|---|---|
| obj | const System::SharedPtr<System::Object>& | Object sur lequel écrire la propriété. |
| valeur | const System::SharedPtr<System::Object>& | Valeur de la propriété à définir. |
Voir aussi
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.Font for C++