Partilhar via


Método VsTextLineStorageClass.Storage_GetLengthOfLine

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

Sintaxe

'Declaração
Public Overridable Function Storage_GetLengthOfLine ( _
    iLine As Integer, _
    <OutAttribute> ByRef piLength As Integer _
) As Integer
public virtual int Storage_GetLengthOfLine(
    int iLine,
    out int piLength
)
public:
virtual int Storage_GetLengthOfLine(
    [InAttribute] int iLine, 
    [OutAttribute] int% piLength
)
abstract Storage_GetLengthOfLine : 
        iLine:int * 
        piLength:int byref -> int  
override Storage_GetLengthOfLine : 
        iLine:int * 
        piLength:int byref -> int
public function Storage_GetLengthOfLine(
    iLine : int, 
    piLength : int
) : int

Parâmetros

  • iLine
    Tipo: Int32

    [in] Índice da linha de interesse.

  • piLength
    Tipo: Int32%

    [out] Comprimento da linha.

Valor de retorno

Tipo: Int32

Implementações

IVsTextStorage.Storage_GetLengthOfLine(Int32, Int32%)

Segurança do .NET Framework

Consulte também

Referência

VsTextLineStorageClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop