다음을 통해 공유


IEditorSelection.GoTo 메서드

버전 2에 적용

시작 오프셋에서 선택할 문자 수까지 선택 영역을 만듭니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility.Editor
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Sub GoTo ( _
    line As Integer, _
    offsetFromStart As Integer, _
    length As Integer _
)
‘사용 방법
Dim instance As IEditorSelection 
Dim line As Integer 
Dim offsetFromStart As Integer 
Dim length As Integer

instance.GoTo(line, offsetFromStart, length)
void GoTo(
    int line,
    int offsetFromStart,
    int length
)
void GoTo(
    int line, 
    int offsetFromStart, 
    int length
)
abstract GoTo : 
        line:int * 
        offsetFromStart:int * 
        length:int -> unit
function GoTo(
    line : int, 
    offsetFromStart : int, 
    length : int
)

매개 변수

  • line
    유형: System.Int32

    0부터 시작하는 행 인덱스입니다.

  • offsetFromStart
    유형: System.Int32

    "행"의 시작 부분의 오프셋입니다.

  • length
    유형: System.Int32

    선택할 문자 수입니다.

참고 항목

참조

IEditorSelection 인터페이스

Microsoft.WebMatrix.Extensibility.Editor 네임스페이스