TreeNode.DataPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得繫結至節點之資料的路徑。
public:
property System::String ^ DataPath { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string DataPath { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DataPath : string
Public ReadOnly Property DataPath As String
屬性值
繫結至節點之資料的路徑。 這個值是來自 TreeView 控制項所繫結的階層式資料來源控制項。 預設值為空字串 ("")。
- 屬性
備註
DataPath呼叫 方法以提供系結至目前節點之資料的路徑時 IHierarchicalDataSource.GetHierarchicalView ,通常會使用 屬性值。 這個方法接著會 System.Web.UI.HierarchicalDataSourceView 傳回 物件,其中包含位於指定路徑的資料。
此屬性的值會儲存在檢視狀態中。