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 _
)
'Usage
Dim instance As TextSelection 
Dim Line As Integer 
Dim Column As Integer 
Dim Extend As Boolean

instance.MoveTo(Line, Column, Extend)
void MoveTo(
    int Line,
    int Column,
    bool Extend
)
void MoveTo(
    [InAttribute] int Line, 
    [InAttribute] int Column, 
    [InAttribute] bool Extend
)
function MoveTo(
    Line : int, 
    Column : int, 
    Extend : boolean
)

Parameters

.NET Framework Security

See Also

Reference

TextSelection Interface

TextSelection Members

EnvDTE Namespace