IEditorSelection.GoTo メソッド
v2 に適用されます。
開始オフセットから選択文字数までの選択を作成します。
名前空間: 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.Int320 から始まる行インデックス
offsetFromStart
型: System.Int32"行" の開始からのオフセット
length
型: System.Int32選択文字数