Version: 2019.4
public void GetItemAncestors (int id, List<int> outAncestors);

パラメーター

idHierarchy item identifier.
outAncestorsList filled with item ancestor identifiers as a result of a method call.

説明

Retrieves a list of hierarchy item ancestors.

The result is written to outAncestors list which is resized if neccesary. The list contains identifiers of item parents in bottom-up order.

See Also: TreeView.GetAncestors.