Share via


ITextViewEditor Interface

Definition

Exposes methods for changing an immutable ITextViewSnapshot instance.

public interface ITextViewEditor
type ITextViewEditor = interface
Public Interface ITextViewEditor

Remarks

You can acquire an instance of ITextViewEditor within the function passed to EditorExtensibility.EditAsync(System.Action<IEditBatch>, System.Threading.CancellationToken)

Methods

SetSelections(IEnumerable<Selection>)

Applies to