Version: 2019.4
public void GetItemDescendantsThatHaveChildren (int id, List<int> outChildren);

パラメーター

idHierarchy item identifier.
outChildrenList 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 neccesary. The call builds the whole hierarchy view tree and can be expensive.

See Also: TreeView.GetDescendantsThatHaveChildren.