GetNodeChildrenCountByPath メソッド (SapTree)
クラス
SapTree
.
処理
この関数は、パス パラメーター(2\1\2 など)によって指定されたノードの子の数を返します。
構文
C#
nodeChildrenCountByPath
=
tree
.
GetNodeChildrenCountByPath
(
path
)
VB
nodeChildrenCountByPath
=
tree
.
GetNodeChildrenCountByPath
(
path
)
変数
説明
nodeChildrenCountByPath
Integer
。
path
ノード パス。
String
。