ICollapsed::CollapsedChildren Property

 

Gets the children of this collapsed region that are also collapsed.

Namespace:   Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property IEnumerable<ICollapsed^>^ CollapsedChildren {
	IEnumerable<ICollapsed^>^ get();
}

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.

Return to top
Show: