다음을 통해 공유


Match 생성자

같은 길이의 두 범위에서 일치 항목을 만듭니다.

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

구문

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

매개 변수

예외

예외 조건
ArgumentNullException

범위의 왼쪽된 또는 오른쪽 범위가 null입니다.

ArgumentException

자재 길이는 하지 않습니다.

.NET Framework 보안

참고 항목

참조

Match 클래스

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