다음을 통해 공유


IXamlMember.GetValue(Object) 메서드

정의

IXamlMember에 대한 get-value 유틸리티를 제공합니다.

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

매개 변수

instance
Object

Platform::Object

IInspectable

개체는 멤버 값을 가져올 instance.

반환

Object

Platform::Object

IInspectable

멤버 값입니다.

적용 대상