次の方法で共有


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

メンバー値を取得するオブジェクト インスタンス。

戻り値

Object

Platform::Object

IInspectable

メンバー値。

適用対象