TextSelection.MoveTo Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub MoveTo ( _
Line As Integer, _
Column As Integer, _
Extend As Boolean _
)
void MoveTo(
int Line,
int Column,
bool Extend
)
void MoveTo(
[InAttribute] int Line,
[InAttribute] int Column,
[InAttribute] bool Extend
)
abstract MoveTo :
Line:int *
Column:int *
Extend:bool -> unit
function MoveTo(
Line : int,
Column : int,
Extend : boolean
)
Parameters
Line
Type: System.Int32The line number.
Column
Type: System.Int32The column number.
Extend
Type: System.Booleantrue if the move is extended, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.