RegionsExpandedEventArgs::ExpandedRegions Property
Visual Studio 2015
Gets the ICollapsible regions which are now expanded.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: property IEnumerable<ICollapsible^>^ ExpandedRegions { [CompilerGeneratedAttribute] IEnumerable<ICollapsible^>^ get(); [CompilerGeneratedAttribute] private: void set(IEnumerable<ICollapsible^>^ value); }
Property Value
Type: System.Collections.Generic::IEnumerable<ICollapsible^>^The ICollapsible regions which are now expanded.
Show: