다음을 통해 공유


ITextViewLine.Extent 속성

줄 바꿈 문자를 제외하고 줄의 범위를 가져옵니다.

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

구문

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

속성 값

형식: Microsoft.VisualStudio.Text.SnapshotSpan
줄 바꿈 문자를 제외한 줄의 범위입니다.

.NET Framework 보안

참고 항목

참조

ITextViewLine 인터페이스

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