Condividi tramite


SyntaxTree.GetChangedSpans(SyntaxTree) Metodo

Definizione

Restituisce un elenco delle aree modificate tra questo albero e l'albero specificato. L'elenco è conservativo per motivi di prestazioni. Può restituire aree più grandi di quelle effettivamente modificate.

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)

Parametri

syntaxTree
SyntaxTree

Restituisce

Si applica a