FindNodeKeyByPath メソッド (SapTree)
クラス
SapTree
.
処理
指定したパス(2\1\2 など)のノード キーを返します。
構文
C#
result
=
tree
.
FindNodeKeyByPath
(
path
)
VB
result
=
tree
.
FindNodeKeyByPath
(
path
)
変数
説明
result
String
。
path
ノード パス。
String
。