IVsTextViewIntellisenseHost.GetSubjectCaretPos(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 GetSubjectCaretPos([Runtime::InteropServices::Out] int % piIndex);
int GetSubjectCaretPos([Runtime::InteropServices::Out] int & piIndex);
public int GetSubjectCaretPos (out int piIndex);
abstract member GetSubjectCaretPos : int -> int
Public Function GetSubjectCaretPos (ByRef piIndex As Integer) As Integer
Paramètres
- piIndex
- 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 :
RESULT IVsTextViewIntellisenseHost::GetSubjectCaretPos([out] long *piIndex);