バージョン

Changes プロパティ (TextDocumentVersion)

次のバージョンを得るために適用した変更の読み取り専用コレクションを返します。
シンタックス
'宣言
 
Public ReadOnly Property Changes As IList(Of TextChange)
public IList<TextChange> Changes {get;}
解説

注:TextDocument.CurrentSnapshot の場合、このプロパティは null を返します。

参照