SnapshotSpan.End 속성

스냅숏 범위의 끝을 가져옵니다.

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

구문

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

속성 값

형식: Microsoft.VisualStudio.Text.SnapshotPoint
스냅샷 범위의 끝 날짜입니다.

설명

범위의 오른쪽에 시작은 + 길이에 제한이 없습니다 끝 보다 크거나 같습니다.

.NET Framework 보안

참고 항목

참조

SnapshotSpan 구조체

Microsoft.VisualStudio.Text 네임스페이스