ITextBuffer.CreateEdit Method
Include Protected Members
Include Inherited Members
Creates an ITextEdit object that handles compound edit operations on this buffer.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateEdit() | Creates an ITextEdit object that handles compound edit operations on this buffer. | |
CreateEdit(EditOptions, Nullable<Int32>, Object) | Creates an ITextEdit object that handles compound edit operations on this buffer. |
Top