VsTextViewClass.GetCaretPos(Int32, Int32) Method

Definition

Returns the line and column index of the cursor position.

C++/WinRT
 virtual int GetCaretPos([Runtime::InteropServices::Out] int & piLine, [Runtime::InteropServices::Out] int & piColumn);

Parameters

piLine
Int32

[out] Pointer to an integer containing the line, if the method succeeds.

piColumn
Int32

[out] Pointer to an integer containing the column, if the method succeeds. Viewcol coordinates may include virtual space.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to

Produkt Versiounen
Visual Studio SDK 2015, 2017, 2019, 2022