次の方法で共有


Document.GetTextChangesAsync(Document, CancellationToken) メソッド

定義

このドキュメントと同じドキュメントの以前のバージョンとの間のテキストの変更を取得します。 変更は、古い文書のテキストに適用されると、現在の文書のテキストを生成します。

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Text.TextChange>> GetTextChangesAsync (Microsoft.CodeAnalysis.Document oldDocument, System.Threading.CancellationToken cancellationToken = default);
member this.GetTextChangesAsync : Microsoft.CodeAnalysis.Document * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.CodeAnalysis.Text.TextChange>>
Public Function GetTextChangesAsync (oldDocument As Document, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of TextChange))

パラメーター

oldDocument
Document
cancellationToken
CancellationToken

戻り値

適用対象