ICollapsed::CollapsedChildren Property
Visual Studio 2015
Gets the children of this collapsed region that are also collapsed.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Property Value
Type: System.Collections.Generic::IEnumerable<ICollapsed^>^The children of this collapsed region that are also collapsed.
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if this collapsed region has been expanded. |
Show: