ValidationContext.ObjectInstance プロパティ

定義

検証するオブジェクトを取得します。

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

プロパティ値

検証対象のオブジェクト。

注釈

検証中、特にプロパティ レベルの検証中は、オブジェクト インスタンスが不確定状態になる可能性があります。

適用対象