ICollapsed.CollapsedChildren Property

Definition

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

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Outlining::ICollapsed ^> ^ CollapsedChildren { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Outlining::ICollapsed ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Outlining.ICollapsed> CollapsedChildren { get; }
member this.CollapsedChildren : seq<Microsoft.VisualStudio.Text.Outlining.ICollapsed>
Public ReadOnly Property CollapsedChildren As IEnumerable(Of ICollapsed)

Property Value

The children of this collapsed region that are also collapsed.

Exceptions

Thrown if this collapsed region has been expanded.

Applies to