バージョン

GetChildNodes メソッド

このアクションは、親ノードの下の子ノードの文字列リストを返します。親ノードが Nothing (または Java では null) の場合、このメソッドはルート ノード リストを返します。渡すパラメーターについてはサポートされるサブ項目を参照してください。
シンタックス
'宣言
 
Public Function GetChildNodes( _
   ByVal parentNode As Rational.Test.Ft.Script.Subitem _
) As Rational.Test.Ft.Sys.HashtableEx
public Rational.Test.Ft.Sys.HashtableEx GetChildNodes( 
   Rational.Test.Ft.Script.Subitem parentNode
)

パラメータ

parentNode
ルート ノード コレクションを取得する必要がある場合は、親ノードを子ノードに置く、またはNothing (Java の場合は null) にします。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照