System::Reflection::PropertyInfo::GetValue 메서드

PropertyInfo::GetValue(System::SharedPtr<System::Object>) method

특정 객체에서 속성 값을 가져옵니다.

System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
매개변수형식설명
objSystem::SharedPtr<System::Object>Object에서 속성을 읽을 대상.

ReturnValue

지정된 객체에 대한 지정된 속성 값.

또 보기

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)
매개변수형식설명
objSystem::SharedPtr<System::Object>Object에서 속성을 읽을 대상.
인덱서System::ArrayPtr<System::SharedPtr<System::Object>>이들은 인덱스가 지정된 속성에 대한 선택적 인덱스 값입니다. 인덱스가 지정되지 않은 속성의 경우 이 값은 null이어야 합니다.

ReturnValue

지정된 객체에 대한 지정된 속성 값.

또 보기