UndoContext
(EnvDTE.UndoContext)
Inherits:
Interfaces:
Derived Types:
0
Assembly:
envdte.dll
Represents, as a single transaction, all operations performed on all participating open documents in Visual Studio. If its SetAborted method is invoked, all changes made since opening the object are discarded.
VB.NET
C#
|
C#
public interface UndoContext
{
}
Articles