IProjectionBufferBase.Replace Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
Replace(Span, String) | Replaces a sequence of characters with different text. This is equivalent to first deleting the text to be replaced and then inserting the new text. (Inherited from ITextBuffer.) | |
Replace(Span, String) | Replaces a span of characters with different text. This is equivalent to first deleting the text to be replaced and then inserting the new text. |
Top