RegionsExpandedEventArgs::RemovalPending Property

 

Determines whether the regions are being expanded because they are being removed.

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

public:
property bool RemovalPending {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true if the regions are being expanded because they are being removed, otherwise false.

Return to top
Show: