Location.ValueCore プロパティ

定義

派生クラスでオーバーライドされると、場所によって参照されるオブジェクトの値を取得または設定します。

protected:
 abstract property System::Object ^ ValueCore { System::Object ^ get(); void set(System::Object ^ value); };
protected abstract object ValueCore { get; set; }
member this.ValueCore : obj with get, set
Protected MustOverride Property ValueCore As Object

プロパティ値

オブジェクトの値。

適用対象