ITextBufferEdit::Cancel Method ()

 

Abandons all modifications started using this ITextBufferEdit object. Any further calls on this object will result in an InvalidOperationException.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

void Cancel()

Exception Condition
InvalidOperationException

The Dispose method has previously been called on this object, or the edit has already been applied.

Return to top
Show: