Notebook.GetChildNodes

Notebook.GetChildNodes<T1> method

ノード タイプ別にすべての子ノードを取得します。

public IList<T1> GetChildNodes<T1>()
    where T1 : Node
パラメータ説明
T1返されたリスト内の要素の型。

戻り値

子ノードのリスト。

関連項目