Freigeben über


TextSelection.MoveTo-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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
)

Parameter

  • Line
    Typ: Int32

    Die Zeilennummer.

  • Column
    Typ: Int32

    Die Spaltennummer.

  • Extend
    Typ: Boolean

    true, wenn das Verschieben erweitert ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

TextSelection Schnittstelle

EnvDTE-Namespace