Share via


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)

Syntax

'Declaration
ReadOnly Property CollapsedChildren As IEnumerable(Of ICollapsed)
IEnumerable<ICollapsed> CollapsedChildren { get; }
property IEnumerable<ICollapsed^>^ CollapsedChildren {
    IEnumerable<ICollapsed^>^ get ();
}
abstract CollapsedChildren : IEnumerable<ICollapsed> with get
function get CollapsedChildren () : IEnumerable<ICollapsed>

Property Value

Type: System.Collections.Generic.IEnumerable<ICollapsed>
The children of this collapsed region that are also collapsed.

Exceptions

Exception Condition
InvalidOperationException

Thrown if this collapsed region has been expanded.

.NET Framework Security

See Also

Reference

ICollapsed Interface

Microsoft.VisualStudio.Text.Outlining Namespace