Compartir a través de


SyntaxTree.GetChangedSpans(SyntaxTree) Método

Definición

Devuelve una lista de las regiones modificadas entre este árbol y el árbol especificado. La lista es conservadora por motivos de rendimiento. Puede devolver regiones más grandes que lo que ha cambiado realmente.

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

Parámetros

syntaxTree
SyntaxTree

Devoluciones

Se aplica a