TreeViewNode.Depth 属性

定义

获取一个值,该值指示当前节点与树的根节点的距离。

适用于 UWP 的等效 WinUI 2 APIWindows 应用 SDK中 WinUI 的 Microsoft.UI.Xaml.Controls.TreeViewNode.Depth (,请参阅 ) Windows 应用 SDK命名空间

public:
 property int Depth { int get(); };
int Depth();
public int Depth { get; }
var int32 = treeViewNode.depth;
Public ReadOnly Property Depth As Integer

属性值

Int32

int

当前节点与树根节点的深度。

适用于