ITextDocumentEditor.Delete(TextRange) 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.
Deletes the specified range
of text from the document.
public void Delete (Microsoft.VisualStudio.Extensibility.Editor.TextRange range);
abstract member Delete : Microsoft.VisualStudio.Extensibility.Editor.TextRange -> unit
Public Sub Delete (range As TextRange)