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

  • Extend
    Type: System.Boolean

    true if the move is extended, otherwise false.

.NET Framework Security

See Also

Reference

TextSelection Interface

EnvDTE Namespace