IsExpandable メソッド (Tree)
クラス
Tree
.
処理
指定した項目が展開可能かどうかを検査します。
構文
C#
expandable
=
tree
.
IsExpandable
(
itemPath
)
VB
expandable
=
tree
.
IsExpandable
(
itemPath
)
変数
説明
expandable
項目が展開可能かどうか。
Boolean
。
itemPath
展開可能かどうかを検査する項目のパス。
ItemPath
。