SyntaxTree.GetChanges(SyntaxTree) Metodo

Definizione

Ottiene un elenco di modifiche di testo applicate all'albero precedente.

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)

Parametri

oldTree
SyntaxTree

L'albero precedente.

Valori restituiti

Commenti

L'elenco delle modifiche può essere diverso dalle modifiche originali che hanno generato l'albero.

Si applica a