Partilhar via


SyntaxTree.GetChanges(SyntaxTree) Método

Definição

Obtém uma lista de alterações de texto que, quando aplicadas à árvore antiga, produzem essa árvore.

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)

Parâmetros

oldTree
SyntaxTree

A árvore antiga.

Retornos

Comentários

A lista de alterações pode ser diferente das alterações originais que produziram essa árvore.

Aplica-se a