다음을 통해 공유


Difference.Right 속성

차이점의 오른쪽 부분입니다(길이가 0일 수 있음).

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

구문

‘선언
Public ReadOnly Property Right As Span
public Span Right { get; }
public:
property Span Right {
    Span get ();
}
member Right : Span with get
function get Right () : Span

속성 값

형식: Microsoft.VisualStudio.Text.Span
차이점의 오른쪽 부분입니다.

.NET Framework 보안

참고 항목

참조

Difference 클래스

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