IVsTextViewIntellisenseHost.SetSubjectSelection(Int32, Int32) Méthode

Définition

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

Paramètres

iAnchorIndex
Int32
iEndIndex
Int32

Retours

Int32

Si la méthode réussit, elle retourne NativeMethods.S_OK. En cas d'échec, retourne un code d'erreur.

Implémente

Remarques

À partir de singlefileeditor. idl :

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

S’applique à