다음을 통해 공유


Span.FromBounds 메서드

지정된 시작 위치 및 끝 위치를 사용하여 Span의 새 인스턴스를 초기화합니다.

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

구문

‘선언
Public Shared Function FromBounds ( _
    start As Integer, _
    end As Integer _
) As Span
public static Span FromBounds(
    int start,
    int end
)
public:
static Span FromBounds(
    int start, 
    int end
)
static member FromBounds : 
        start:int * 
        end:int -> Span
public static function FromBounds(
    start : int, 
    end : int
) : Span

매개 변수

  • start
    형식: Int32

    새 범위의 시작 위치입니다.

  • end
    형식: Int32

    새 범위의 끝 위치입니다.

반환 값

형식: Microsoft.VisualStudio.Text.Span
새 범위입니다.

예외

예외 조건
ArgumentOutOfRangeException

start0 보다 작은 또는 end 는 보다 작은 start.

.NET Framework 보안

참고 항목

참조

Span 구조체

Microsoft.VisualStudio.Text 네임스페이스