ITextBufferEdit Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Apply() | Commits all the modifications made with this ITextBufferEdit object to the underlying ITextBuffer. It also causes the ITextBuffer to generate a new snapshot and raise its Changed event if any modifications were made. |
![]() | Cancel() | Abandons all modifications started using this ITextBufferEdit object. Any further calls on this object will result in an InvalidOperationException. |
![]() | Dispose() | (Inherited from IDisposable.) |
Show:
