WorkspaceVisualNodeBase.CollapseAll(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collapse all the children (recursively) of a node (and optionally the node itself)
public System.Threading.Tasks.Task CollapseAll (bool childrenOnly = false);
member this.CollapseAll : bool -> System.Threading.Tasks.Task
Public Function CollapseAll (Optional childrenOnly As Boolean = false) As Task
Parameters
- childrenOnly
- Boolean
only collapse children, not the node itself
Returns
void