RegionsCollapsedEventArgs Constructor (IEnumerable<ICollapsed^>^)

 

Initializes a new instance of RegionsCollapsedEventArgs with the specified ICollapsed regions.

Namespace:   Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
RegionsCollapsedEventArgs(
	IEnumerable<ICollapsed^>^ collapsedRegions
)

Parameters

collapsedRegions
Type: System.Collections.Generic::IEnumerable<ICollapsed^>^

The newly-collapsed regions.

Return to top
Show: