다음을 통해 공유


ITextViewLine.End 속성

줄 바꿈 문자를 제외하고 줄의 끝을 벗어나는 첫째 문자의 위치를 가져옵니다.

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

구문

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

속성 값

형식: Microsoft.VisualStudio.Text.SnapshotPoint
첫 번째 문자는 줄 바꿈 문자를 제외한 줄의 끝을 지난 위치입니다.

설명

대부분의 경우 이 속성은 줄 바꿈 문자를 참조합니다. 단, 버퍼 끝을 벗어나는 위치를 포함하는 버퍼의 마지막 줄은 예외입니다.

.NET Framework 보안

참고 항목

참조

ITextViewLine 인터페이스

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