Partager via


VisualBasicSyntaxTree.GetChangedSpans(SyntaxTree) Méthode

Définition

Produit une liste pessimiste d’étendues qui indiquent les régions de texte de cette arborescence qui sont modifiées à partir du texte de l’ancien arbre.

public:
 override System::Collections::Generic::IList<Microsoft::CodeAnalysis::Text::TextSpan> ^ GetChangedSpans(Microsoft::CodeAnalysis::SyntaxTree ^ oldTree);
public override System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextSpan> GetChangedSpans (Microsoft.CodeAnalysis.SyntaxTree oldTree);
override this.GetChangedSpans : Microsoft.CodeAnalysis.SyntaxTree -> System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextSpan>
Public Overrides Function GetChangedSpans (oldTree As SyntaxTree) As IList(Of TextSpan)

Paramètres

oldTree
SyntaxTree

L’ancien arbre. Ne peut pas être Nothing.

Retours

Remarques

La liste est pessimiste, car elle peut revendiquer plus ou plus de régions que réellement modifiées.

S’applique à