Version: 2023.1
言語: 日本語

HierarchyFrameDataView.GetItemDescendantsThatHaveChildren

マニュアルに切り替える
public void GetItemDescendantsThatHaveChildren (int id, List<int> outChildren);

パラメーター

id Hierarchy item identifier.
outChildren List filled with item all child identifiers which have children.

説明

Use to retrieve a list of a hierarchy item descendants which have other children.

The result is written to outChildren list which is resized if necessary. The call builds the whole hierarchy view tree and can be expensive.

See Also: TreeView.GetDescendantsThatHaveChildren.