다음을 통해 공유


VisualBasicSyntaxTree.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

이전 트리입니다. Nothing일 수 없습니다.

반환

설명

이 목록은 실제로 변경된 것보다 많거나 더 큰 지역을 클레임할 수 있으므로 비관적입니다.

적용 대상