次の方法で共有


ICustomProperty.GetValue(Object) メソッド

定義

特定のインスタンスからカスタム プロパティの値を取得します。

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

所有するインスタンス。

戻り値

Object

Platform::Object

IInspectable

取得された値。

適用対象