IVsTextViewIntellisenseHost.GetSubjectCaretPos(Int32) Méthode

Définition

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

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 :

RESULT IVsTextViewIntellisenseHost::GetSubjectCaretPos([out] long *piIndex);  

S’applique à