RegionsExpandedEventArgs.ExpandedRegions 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.
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.