IVsTextViewIntellisenseHost_Corrected.SetContextSelection 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.
public:
int SetContextSelection(int iStartLine, int iStartIndex, int iEndLine, int iEndIndex);
public:
int SetContextSelection(int iStartLine, int iStartIndex, int iEndLine, int iEndIndex);
int SetContextSelection(int iStartLine, int iStartIndex, int iEndLine, int iEndIndex);
public int SetContextSelection (int iStartLine, int iStartIndex, int iEndLine, int iEndIndex);
abstract member SetContextSelection : int * int * int * int -> int
Public Function SetContextSelection (iStartLine As Integer, iStartIndex As Integer, iEndLine As Integer, iEndIndex As Integer) As Integer
Parameters
- iStartLine
- Int32
- iStartIndex
- Int32
- iEndLine
- Int32
- iEndIndex
- Int32