IVsTextViewIntellisenseHost.SetSubjectSelection(Int32, Int32) Method

Definition

public:
 int SetSubjectSelection(int iAnchorIndex, int iEndIndex);
public:
 int SetSubjectSelection(int iAnchorIndex, int iEndIndex);
int SetSubjectSelection(int iAnchorIndex, int iEndIndex);
public int SetSubjectSelection (int iAnchorIndex, int iEndIndex);
abstract member SetSubjectSelection : int * int -> int
Public Function SetSubjectSelection (iAnchorIndex As Integer, iEndIndex As Integer) As Integer

Parameters

iAnchorIndex
Int32

 

iEndIndex
Int32

 

Returns

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

Implements

Remarks

From singlefileeditor.idl:

HRESULT IVsTextViewIntellisenseHost::SetSubjectSelection([in] long iAnchorIndex, [in] long iEndIndex);  

Applies to