PropertyManager.Current プロパティ

定義

データ連結プロパティが属するオブジェクトを取得します。

public:
 virtual property System::Object ^ Current { System::Object ^ get(); };
public override object Current { get; }
public override object? Current { get; }
member this.Current : obj
Public Overrides ReadOnly Property Current As Object

プロパティ値

プロパティが属するオブジェクトを表す オブジェクト。

注釈

プロパティは Current 、データ バインド リレーションシップのデータ ソースを返します。

適用対象