RegionsExpandedEventArgs::ExpandedRegions Property

 

Gets the ICollapsible regions which are now expanded.

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

Return to top
Show: