Freigeben über


IVsTextStorage.Storage_GetLineIndexOfPosition-Methode

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
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

Parameter

  • iPosition
    Typ: Int32

    [in]

  • piLine
    Typ: Int32%

    [out]

  • piIndex
    Typ: Int32%

    [out]

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsTextStorage::Storage_GetLineIndexOfPosition(
   [in] long iPosition,
   [out] long *piLine,
   [out] CharIndex *piIndex
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextStorage Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace