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)
매개변수형식설명
objSystem::SharedPtr<System::Object>Object에 속성을 기록할 대상.
valueSystem::SharedPtr<System::Object>설정할 속성 값.

또 보기

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

또 보기