ITextBufferEdit.Cancel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Abandons all modifications started using this ITextBufferEdit object. Any further calls on this object will result in an InvalidOperationException.
public:
void Cancel();
public:
void Cancel();
void Cancel();
public void Cancel ();
abstract member Cancel : unit -> unit
Public Sub Cancel ()
Exceptions
The Dispose() method has previously been called on this object, or the edit has already been applied.