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