共用方式為


Location.Value 屬性

定義

取得或設定參考物件的值。

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object

屬性值

物件的值。

備註

此屬性使用 ValueCore 以取得並設定在衍生類別中實作的值。

適用於