RegionsCollapsedEventArgs::CollapsedRegions Property

 

Gets the ICollapsed regions that are now collapsed.

Namespace:   Microsoft.VisualStudio.Text.Outlining
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.

Return to top
Show: