다음을 통해 공유


ITextViewLine.Start 속성

줄에 있는 첫째 문자의 Snapshot 위치를 가져옵니다.

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

구문

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

속성 값

형식: Microsoft.VisualStudio.Text.SnapshotPoint
위치 Snapshot 줄에서 첫 번째 문자입니다.

.NET Framework 보안

참고 항목

참조

ITextViewLine 인터페이스

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