共用方式為


INavigateUIData.Value 屬性

定義

會獲得一個未顯示的值,用來儲存關於導航節點的額外資料。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

屬性值

一個不顯示的值,用來儲存關於導航節點的額外資料;否則,。 null

備註

Value屬性代表導航節點所使用的額外資料,例如TreeNodeMenuItem控件,並以 HTML value 屬性呈現。

適用於

另請參閱