共用方式為


SyntaxTree.GetChangedSpans(SyntaxTree) 方法

定義

傳回這個樹狀結構與指定樹狀結構之間已變更區域的清單。 基於效能考慮,清單是保守的。 它可能會傳回大於實際變更的區域。

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)

參數

syntaxTree
SyntaxTree

傳回

適用於