Version: 2023.1
言語: 日本語
public void GetItemAncestors (int id, List<int> outAncestors);

パラメーター

id Hierarchy item identifier.
outAncestors List 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 necessary. The list contains identifiers of item parents in bottom-up order.

See Also: TreeView.GetAncestors.