共用方式為


TreeNode.Level 屬性

定義

取得樹狀節點在 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

屬性值

Int32

樹狀節點在 TreeView 控制項中的深度,以零起始。

屬性

備註

Level針對 屬性,根節點會被視為巢狀結構的第一層,並傳回 0。

適用於