System::Reflection::FieldInfo::SetValue méthode

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ètreTypeDescription
objconst System::SharedPtr<System::Object>&Object pour écrire la propriété.
valueconst System::SharedPtr<System::Object>&Valeur de la propriété à définir.

Voir aussi