Sets the coordinates of the end point of a selection.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'宣言
Public Overridable Function SetCaretPos ( _
iLine As Integer, _
iColumn As Integer _
) As Integer
'使用
Dim instance As VsTextViewClass
Dim iLine As Integer
Dim iColumn As Integer
Dim returnValue As Integer
returnValue = instance.SetCaretPos(iLine, _
iColumn)
public virtual int SetCaretPos(
int iLine,
int iColumn
)
public:
virtual int SetCaretPos(
[InAttribute] int iLine,
[InAttribute] int iColumn
)
public function SetCaretPos(
iLine : int,
iColumn : int
) : int
Parameters
iLine
Type: System.Int32[in] Line containing the caret position.
iColumn
Type: System.Int32[in] Column identifying the caret position. Viewcol coordinates may include virtual space.
Return Value
Type: System.Int32
Implements
IVsTextView.SetCaretPos(Int32, Int32)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.