IVsExpansionIntellisenseHost.SetSelection(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the starting and ending position of an expansion text span selection.
public:
int SetSelection(int iStart, int iEnd);
public:
int SetSelection(int iStart, int iEnd);
int SetSelection(int iStart, int iEnd);
public int SetSelection (int iStart, int iEnd);
abstract member SetSelection : int * int -> int
Public Function SetSelection (iStart As Integer, iEnd As Integer) As Integer
Parameters
- iStart
- Int32
[in] The start position of the expansion text span.
- iEnd
- Int32
[in] The end position of the expansion text span.
Returns
If the method succeeds, it returns VSConstants.S_OK. If it fails, it returns an error code.
Remarks
C++
From singlefileeditor.idl:
HRESULT IVsExpansionIntellisenseHost::SetSelection([in] long iStart, [in] long iEnd);