共用方式為


SyntaxTree.GetChanges(SyntaxTree) 方法

定義

取得文字變更的清單,當套用至舊樹狀結構時,會產生這個樹狀結構。

public:
 abstract System::Collections::Generic::IList<Microsoft::CodeAnalysis::Text::TextChange> ^ GetChanges(Microsoft::CodeAnalysis::SyntaxTree ^ oldTree);
public abstract System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange> GetChanges (Microsoft.CodeAnalysis.SyntaxTree oldTree);
abstract member GetChanges : Microsoft.CodeAnalysis.SyntaxTree -> System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange>
Public MustOverride Function GetChanges (oldTree As SyntaxTree) As IList(Of TextChange)

參數

oldTree
SyntaxTree

舊的樹狀結構。

傳回

備註

變更清單可能與產生此樹狀結構的原始變更不同。

適用於