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

適用於

另請參閱