Share via


RegionsExpandedEventArgs.ExpandedRegions Property

Definition

Gets the ICollapsible regions which are now expanded.

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

Property Value

The ICollapsible regions which are now expanded.

Applies to