LocalValueEntry.Value 属性

定义

获取本地设置的依赖属性的值。

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

属性值

对象形式的本地设置的依赖属性的值。

注解

若要确定此值的更具体类型,请检查 Property 当前 LocalValueEntry 的 并获取其 PropertyType

适用于

另请参阅