Compartilhar via


SyntaxTree.GetChangedSpans(SyntaxTree) Método

Definição

Retorna uma lista das regiões alteradas entre essa árvore e a árvore especificada. A lista é conservadora por razões de desempenho. Ele pode retornar regiões maiores do que o que realmente mudou.

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

Retornos

Aplica-se a