Partager via


SyntaxTree.GetChangedSpans(SyntaxTree) Méthode

Définition

Retourne une liste des régions modifiées entre cette arborescence et l’arborescence spécifiée. La liste est conservatrice pour des raisons de performances. Il peut retourner des régions plus grandes que celles qui ont réellement changé.

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)

Paramètres

syntaxTree
SyntaxTree

Retours

S’applique à