Compartilhar via


VisualBasicSyntaxTree.GetChangedSpans(SyntaxTree) Método

Definição

Produz uma lista pessimista de intervalos que denotam as regiões de texto nesta árvore que são alteradas do texto da árvore antiga.

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)

Parâmetros

oldTree
SyntaxTree

A árvore antiga. Não pode ser Nothing.

Retornos

Comentários

A lista é pessimista porque pode reivindicar regiões mais ou maiores do que realmente alteradas.

Aplica-se a