Partager via


IVsTextTrackingPoint.GetCurrentLineIndex, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Function GetCurrentLineIndex ( _
    <OutAttribute> ByRef piLine As Integer, _
    <OutAttribute> ByRef piIndex As Integer _
) As Integer
int GetCurrentLineIndex(
    out int piLine,
    out int piIndex
)
int GetCurrentLineIndex(
    [OutAttribute] int% piLine, 
    [OutAttribute] int% piIndex
)
abstract GetCurrentLineIndex : 
        piLine:int byref * 
        piIndex:int byref -> int
function GetCurrentLineIndex(
    piLine : int, 
    piIndex : int
) : int

Paramètres

  • piLine
    Type : Int32%

    [out]

  • piIndex
    Type : Int32%

    [out]

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsTextTrackingPoint::GetCurrentLineIndex(

   [out] long *piLine,

   [out] long *piIndex

);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextTrackingPoint Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms