Método System::Reflection::FieldInfo::SetValue
FieldInfo::SetValue method
Establece el valor de la propiedad en un objeto específico.
void System::Reflection::FieldInfo::SetValue(const System::SharedPtr<System::Object> &obj, const System::SharedPtr<System::Object> &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| obj | const System::SharedPtr<System::Object>& | Object para escribir la propiedad en. |
| value | const System::SharedPtr<System::Object>& | Valor de la propiedad a establecer. |
Ver también
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.Page for C++