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.
public IEnumerable<TreeViewItem> GetAllItems()
Returns
- IEnumerable<TreeViewItem>
A flat collection containing all items in the tree view.