System::Reflection::PropertyInfo::SetValue 메서드
내용물
[
숨다
]PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>) method
특정 객체에 속성 값을 설정합니다.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object에 속성을 기록할 대상. |
| value | System::SharedPtr<System::Object> | 설정할 속성 값. |
또 보기
- Typedef SharedPtr
- Class Object
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++
PropertyInfo::SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>) method
특정 객체에 속성 값을 설정합니다.
void System::Reflection::PropertyInfo::SetValue(System::SharedPtr<System::Object> obj, System::SharedPtr<System::Object> value, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Object에 속성을 기록할 대상. |
| 인덱서 | System::SharedPtr<System::Object> | 이들은 인덱스가 지정된 속성에 대한 선택적 인덱스 값입니다. 인덱스가 지정되지 않은 속성의 경우 이 값은 null이어야 합니다. |
| value | System::ArrayPtr<System::SharedPtr<System::Object>> | 설정할 속성 값. |
또 보기
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++