ITextBufferEdit::Cancel Method ()
Visual Studio 2015
Abandons all modifications started using this ITextBufferEdit object. Any further calls on this object will result in an InvalidOperationException.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The Dispose method has previously been called on this object, or the edit has already been applied. |
Show: