다음을 통해 공유


Difference 생성자

지정된 왼쪽 및 오른쪽 범위와 이전 및 이후 일치를 사용하여 Difference의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Differencing
어셈블리:  Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)

구문

‘선언
Public Sub New ( _
    left As Span, _
    right As Span, _
    before As Match, _
    after As Match _
)
public Difference(
    Span left,
    Span right,
    Match before,
    Match after
)
public:
Difference(
    Span left, 
    Span right, 
    Match^ before, 
    Match^ after
)
new : 
        left:Span * 
        right:Span * 
        before:Match * 
        after:Match -> Difference
public function Difference(
    left : Span, 
    right : Span, 
    before : Match, 
    after : Match
)

매개 변수

.NET Framework 보안

참고 항목

참조

Difference 클래스

Microsoft.VisualStudio.Text.Differencing 네임스페이스