System::Reflection::FieldInfo::SetValue メソッド
FieldInfo::SetValue method
特定のオブジェクトにプロパティの値を設定します。
void System::Reflection::FieldInfo::SetValue(const System::SharedPtr<System::Object> &obj, const System::SharedPtr<System::Object> &value)
| パラメーター | 型 | 説明 |
|---|---|---|
| obj | const System::SharedPtr<System::Object>& | プロパティを書き込むための Object |
| value | const System::SharedPtr<System::Object>& | 設定するプロパティの値。 |
参照
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.Page for C++