SyntaxTree.GetChanges(SyntaxTree) メソッド

定義

古いツリーに適用するとこのツリーが生成されるテキスト変更の一覧を取得します。

public:
 abstract System::Collections::Generic::IList<Microsoft::CodeAnalysis::Text::TextChange> ^ GetChanges(Microsoft::CodeAnalysis::SyntaxTree ^ oldTree);
public abstract System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange> GetChanges (Microsoft.CodeAnalysis.SyntaxTree oldTree);
abstract member GetChanges : Microsoft.CodeAnalysis.SyntaxTree -> System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange>
Public MustOverride Function GetChanges (oldTree As SyntaxTree) As IList(Of TextChange)

パラメーター

oldTree
SyntaxTree

古いツリー。

戻り値

注釈

変更の一覧は、このツリーを生成した元の変更とは異なる場合があります。

適用対象