UndoContext::IsOpen Property

 

Gets whether an undo operation is currently in effect or if a solution is open.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property bool IsOpen {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean value indicating true if an undo operation is in effect or if a solution is open, false if not.

An undo operation is in effect if the UndoContext object is open.

An open solution does not necessarily have a solution (.sln) file, because it might not have been saved yet.

No code example is currently available or this language may not be supported.
Return to top
Show: