共用方式為


CSharpSyntaxTree.GetChangedSpans(SyntaxTree) 方法

定義

產生一份封閉式範圍清單,代表此樹狀結構中從舊樹狀結構文字變更的文字區域。

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)

參數

oldTree
SyntaxTree

舊的樹狀結構。 不可以是 null

傳回

備註

清單很封閉,因為它可能會宣告比實際變更更多的或更大的區域。

適用於