次の方法で共有


TextViewChangedArgs Class

Definition

Arguments for a text view change.

public class TextViewChangedArgs
type TextViewChangedArgs = class
Public Class TextViewChangedArgs
Inheritance
TextViewChangedArgs

Constructors

TextViewChangedArgs(ITextViewSnapshot, ITextViewSnapshot, IReadOnlyList<TextEdit>)

Creates a new instance of TextViewChangedArgs.

Properties

AfterTextView

The state of the ITextViewSnapshot after the change.

BeforeTextView

The state of the ITextViewSnapshot before the change.

Edits

A list of changes applied to the text document.

Applies to