IVsTextViewIntellisenseHost.SetSubjectSelection(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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);