ICollapsed.CollapsedChildren Property
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.
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.