Compartir a través de


ITextDocumentEditor.Delete(TextRange) Method

Definition

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)

Parameters

range
TextRange

The TextRange of text to delete.

Applies to