다음을 통해 공유


IUpdatable.GetValue(Object, String) 메서드

정의

대상 개체에 지정된 속성 값을 가져옵니다.

public:
 System::Object ^ GetValue(System::Object ^ targetResource, System::String ^ propertyName);
public object GetValue (object targetResource, string propertyName);
abstract member GetValue : obj * string -> obj
Public Function GetValue (targetResource As Object, propertyName As String) As Object

매개 변수

targetResource
Object

리소스를 나타내는 불투명 개체입니다.

propertyName
String

값을 검색해야 하는 속성의 이름입니다.

반환

개체 값입니다.

설명

이 메서드는 스칼라 속성 또는 복합 속성에 대해 호출됩니다. 스칼라 속성의 경우 반환된 개체가 실제 값이어야 합니다.

적용 대상