Share via


VirtualSnapshotSpan.Length 속성

가상 공간을 고려한 이 범위의 길이입니다.

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

구문

‘선언
Public ReadOnly Property Length As Integer
public int Length { get; }
public:
property int Length {
    int get ();
}
member Length : int with get
function get Length () : int

속성 값

형식: Int32
범위의 길이입니다.

설명

가상 공간에서 두 끝점이 됩니다 또는 가상 공간에서의 시작 지점인 경우에 해당 하는 경우 SnapshotSpan.Length. 그렇지 않으면 가상 공간이 포함 됩니다.

.NET Framework 보안

참고 항목

참조

VirtualSnapshotSpan 구조체

Microsoft.VisualStudio.Text 네임스페이스