INavigateUIData.Value 属性

定义

获取一个非显示值,该值用于存储有关导航节点的任何其他数据。Gets a non-displayed value that is used to store any additional data about the navigation node.

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

属性值

String

不显示且用于存储有关导航节点的其他数据的一个值;否则为 nullA value that is not displayed and is used to store additional data about the navigation node; otherwise, null.

注解

Value属性表示导航节点(如或控件)使用的任何其他数据,该节点 TreeNode MenuItem 呈现为该节点的 HTML value 属性。The Value property represents any additional data that is used by a navigation node, such as a TreeNode or MenuItem control, that is rendered as an HTML value attribute for the node.

适用于

另请参阅