TreeNode.Level 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得樹狀節點在 TreeView 控制項中的深度,以零起始。
public:
property int Level { int get(); };
[System.ComponentModel.Browsable(false)]
public int Level { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Level : int
Public ReadOnly Property Level As Integer
屬性值
樹狀節點在 TreeView 控制項中的深度,以零起始。
- 屬性
備註
Level針對 屬性,根節點會被視為巢狀結構的第一層,並傳回 0。