Compartir a través de


SyntaxTree.GetChanges(SyntaxTree) Método

Definición

Obtiene una lista de cambios de texto que cuando se aplican al árbol antiguo producen este árbol.

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

El árbol viejo.

Devoluciones

Comentarios

La lista de cambios puede ser diferente de los cambios originales que generaron este árbol.

Se aplica a