共用方式為


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

屬性值

物件的值。

適用於