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