GetNodeTextByPath メソッド (SapTree)
クラス
SapTree
.
処理
指定したパスによって定義されるノードのテキストを返します。
構文
C#
nodeTextByPath
=
tree
.
GetNodeTextByPath
(
path
)
VB
nodeTextByPath
=
tree
.
GetNodeTextByPath
(
path
)
変数
説明
nodeTextByPath
String
。
path
ノード パス。
String
。