GetParentNodeKey メソッド (SapTree)
クラス
SapTree
.
処理
指定したキーによるノードの親ノードのキーを返します。
構文
C#
parentNodeKey
=
tree
.
GetParentNodeKey
(
nodeKey
)
VB
parentNodeKey
=
tree
.
GetParentNodeKey
(
nodeKey
)
変数
説明
parentNodeKey
String
。
nodeKey
ノードのキー。
String
。