IDifferenceService 인터페이스
요소를 추가 또는 제거하는 방식으로(요소를 변환하거나 복사하지는 않음) 두 시퀀스 간의 차이점을 확인합니다.
네임스페이스: Microsoft.VisualStudio.Text.Differencing
어셈블리: Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)
구문
‘선언
Public Interface IDifferenceService
public interface IDifferenceService
public interface class IDifferenceService
type IDifferenceService = interface end
public interface IDifferenceService
메서드
이름 | 설명 | |
---|---|---|
![]() |
DifferenceSequences<T>(IList<T>, IList<T>) | 두 시퀀스 간의 차이 계산합니다. |
![]() |
DifferenceSequences<T>(IList<T>, IList<T>, ContinueProcessingPredicate<T>) | 두 시퀀스 간의 차이 계산합니다.제공 된 조건자 왼쪽된 순서는 각 단계에서 호출 됩니다. |
위쪽
설명
MEF 컴포넌트 부품입니다 하 고 같이 가져와야 합니다.
[Import]
internal IDifferenceService differenceService = null;