TextSelection::MoveTo Method (Int32, Int32, Boolean)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

void MoveTo(
	int Line,
	int Column,
	bool Extend = false
)

Parameters

Line
Type: System::Int32

The line number.

Column
Type: System::Int32

The column number.

Extend
Type: System::Boolean

true if the move is extended, otherwise false.

Return to top
Show: