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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.