ITextViewEditor Interface
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.
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>) |