IXamlMember.GetValue(Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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
メンバー値を取得するオブジェクト インスタンス。
戻り値
メンバー値。