RegionsExpandedEventArgs::RemovalPending Property
Visual Studio 2015
Determines whether the regions are being expanded because they are being removed.
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::Booleantrue if the regions are being expanded because they are being removed, otherwise false.
Show: