Store::InUndoRedoOrRollback Property

 

Gets the store and verifies whether the current context of the store is being redone, undone, or rolled back.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property bool InUndoRedoOrRollback {
	bool get();
}

Property Value

Type: System::Boolean

true if the store in either in a redo, an undo or a rollback; otherwise, false.

Return to top
Show: