Method GetAllItems
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
GetAllItems()
Iterates over all items in the tree and returns them in a flat collection.
IEnumerable<TreeViewItem<T>> GetAllItems()
Returns
- IEnumerable<TreeViewItem<T>>
A flat collection containing all items in the tree view.