Location.Value 属性

定义

获取或设置引用对象的值。Gets or sets the value of the referenced object.

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

属性值

Object

对象的值。The value of the object.

注解

此属性使用 ValueCore 获取和设置值,此方法是在派生类中实现的。This property uses ValueCore to get and set the value, which is implemented in derived classes.

适用于