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

戻り値

適用対象