ICustomProperty.GetValue(Object) 메서드

정의

특정 instance 사용자 지정 속성의 값을 가져옵니다.

public:
 Platform::Object ^ GetValue(Platform::Object ^ target);
IInspectable GetValue(IInspectable const& target);
public object GetValue(object target);
function getValue(target)
Public Function GetValue (target As Object) As Object

매개 변수

target
Object

Platform::Object

IInspectable

소유 instance.

반환

Object

Platform::Object

IInspectable

검색된 값입니다.

적용 대상