VsTextLineStorageClass.Storage_GetLineIndexOfPosition Method

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

Syntax

'Déclaration
Public Overridable Function Storage_GetLineIndexOfPosition ( _
    iPosition As Integer, _
    <OutAttribute> ByRef piLine As Integer, _
    <OutAttribute> ByRef piIndex As Integer _
) As Integer
'Utilisation
Dim instance As VsTextLineStorageClass
Dim iPosition As Integer
Dim piLine As Integer
Dim piIndex As Integer
Dim returnValue As Integer

returnValue = instance.Storage_GetLineIndexOfPosition(iPosition, _
    piLine, piIndex)
public virtual int Storage_GetLineIndexOfPosition(
    int iPosition,
    out int piLine,
    out int piIndex
)
public:
virtual int Storage_GetLineIndexOfPosition(
    [InAttribute] int iPosition, 
    [OutAttribute] int% piLine, 
    [OutAttribute] int% piIndex
)
abstract Storage_GetLineIndexOfPosition : 
        iPosition:int * 
        piLine:int byref * 
        piIndex:int byref -> int 
override Storage_GetLineIndexOfPosition : 
        iPosition:int * 
        piLine:int byref * 
        piIndex:int byref -> int 
public function Storage_GetLineIndexOfPosition(
    iPosition : int, 
    piLine : int, 
    piIndex : int
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsTextStorage.Storage_GetLineIndexOfPosition(Int32, Int32%, Int32%)

.NET Framework Security

See Also

Reference

VsTextLineStorageClass Class

VsTextLineStorageClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace