SyntaxTree.GetChanges(SyntaxTree) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得文字變更的清單,當套用至舊樹狀結構時,會產生這個樹狀結構。
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
舊的樹狀結構。
傳回
備註
變更清單可能與產生此樹狀結構的原始變更不同。