ITextDocumentEditor.Replace(TextRange, String) 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.
Replaces the text within replaceRange
with
replaceWith
.
public void Replace (Microsoft.VisualStudio.Extensibility.Editor.TextRange replaceRange, string replaceWith);
abstract member Replace : Microsoft.VisualStudio.Extensibility.Editor.TextRange * string -> unit
Public Sub Replace (replaceRange As TextRange, replaceWith As String)