Compartir a través de


VisualBasicSyntaxTree.GetChangedSpans(SyntaxTree) Método

Definición

Genera una lista pesimista de intervalos que denotan las regiones de texto de este árbol que se cambian del texto del árbol antiguo.

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

El árbol viejo. El valor no puede ser Nothing.

Devoluciones

Comentarios

La lista es pesimista porque puede reclamar más o más regiones de las que realmente han cambiado.

Se aplica a