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

이전 트리입니다.

반환

설명

변경 목록은 이 트리를 생성한 원래 변경 내용과 다를 수 있습니다.

적용 대상