XamlObjectReader.Instance プロパティ

定義

現在のリーダーの位置にある使用可能なオブジェクト インスタンスを取得します。

public:
 virtual property System::Object ^ Instance { System::Object ^ get(); };
public virtual object Instance { get; }
member this.Instance : obj
Public Overridable ReadOnly Property Instance As Object

プロパティ値

Object

現在のリーダーの位置にあるオブジェクト インスタンス。リーダーがオブジェクト上に配置されていない場合は null

適用対象