다음을 통해 공유


VirtualSnapshotPoint.LessThan 연산자

왼쪽 지점의 위치가 오른쪽 지점의 위치보다 작은지 여부를 확인합니다.

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

구문

‘선언
Public Shared Operator < ( _
    left As VirtualSnapshotPoint, _
    right As VirtualSnapshotPoint _
) As Boolean
public static bool operator <(
    VirtualSnapshotPoint left,
    VirtualSnapshotPoint right
)
public:
static bool operator <(
    VirtualSnapshotPoint left, 
    VirtualSnapshotPoint right
)
static let inline(<)
        left:VirtualSnapshotPoint * 
        right:VirtualSnapshotPoint  : bool
JScript에서는 오버로드된 연산자를 지원하지 않습니다.

매개 변수

반환 값

형식: Boolean
true if left.Position is less than right.Position, otherwise false.

예외

예외 조건
ArgumentException

스냅샷 요소를 일치 하지 않습니다.

.NET Framework 보안

참고 항목

참조

VirtualSnapshotPoint 구조체

Microsoft.VisualStudio.Text 네임스페이스