Partager via


IVsTextStorage.Storage_GetLineIndexOfPosition, méthode

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

Syntaxe

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

Paramètres

  • iPosition
    Type : Int32

    [in]

  • 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 IVsTextStorage::Storage_GetLineIndexOfPosition(
   [in] long iPosition,
   [out] long *piLine,
   [out] CharIndex *piIndex
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextStorage Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms