RegionsCollapsedEventArgs(IEnumerable<ICollapsed>) Constructor
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.
Initializes a new instance of RegionsCollapsedEventArgs with the specified ICollapsed regions.
public:
RegionsCollapsedEventArgs(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Outlining::ICollapsed ^> ^ collapsedRegions);
public RegionsCollapsedEventArgs (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Outlining.ICollapsed> collapsedRegions);
new Microsoft.VisualStudio.Text.Outlining.RegionsCollapsedEventArgs : seq<Microsoft.VisualStudio.Text.Outlining.ICollapsed> -> Microsoft.VisualStudio.Text.Outlining.RegionsCollapsedEventArgs
Public Sub New (collapsedRegions As IEnumerable(Of ICollapsed))
Parameters
- collapsedRegions
- IEnumerable<ICollapsed>
The newly-collapsed regions.