GetNodeIndex メソッド (SapTree)
クラス
SapTree
.
処理
指定したノードのインデックスを返します。
構文
C#
nodeIndex
=
tree
.
GetNodeIndex
(
nodeKey
)
VB
nodeIndex
=
tree
.
GetNodeIndex
(
nodeKey
)
変数
説明
nodeIndex
Integer
。
nodeKey
ノードのキー。
String
。