Método TextSelection.MoveTo

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • Extend
    Tipo: System.Boolean
    true Se a movimentação é estendida, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

TextSelection Interface

Namespace EnvDTE