VsTextViewClass::SetSelection Method (Int32, Int32, Int32, Int32)
Visual Studio 2015
Selects specified text.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
public: virtual int SetSelection( int iAnchorLine, int iAnchorCol, int iEndLine, int iEndCol )
Parameters
- iAnchorLine
-
Type:
System::Int32
[in] Anchor line position for the selection.
- iAnchorCol
-
Type:
System::Int32
[in] Anchor column position for the selection. Viewcol coordinates may include virtual space.
- iEndLine
-
Type:
System::Int32
[in] End line position for the selection.
- iEndCol
-
Type:
System::Int32
[in] End column position for the selection. Viewcol coordinates may include virtual space.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: