Método VsTextBufferClass.IVsTextLines_GetLastLineIndex
Retorna a última linha no buffer de texto.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Public Overridable Function IVsTextLines_GetLastLineIndex ( _
<OutAttribute> ByRef piLine As Integer, _
<OutAttribute> ByRef piIndex As Integer _
) As Integer
public virtual int IVsTextLines_GetLastLineIndex(
out int piLine,
out int piIndex
)
public:
virtual int IVsTextLines_GetLastLineIndex(
[OutAttribute] int% piLine,
[OutAttribute] int% piIndex
)
abstract IVsTextLines_GetLastLineIndex :
piLine:int byref *
piIndex:int byref -> int
override IVsTextLines_GetLastLineIndex :
piLine:int byref *
piIndex:int byref -> int
public function IVsTextLines_GetLastLineIndex(
piLine : int,
piIndex : int
) : int
Parâmetros
piLine
Tipo: Int32%[out] Ponteiro para a última linha no buffer de texto.
piIndex
Tipo: Int32%[out] Ponteiro para o número de índicepiLine
Valor de retorno
Tipo: Int32
Implementações
IVsTextLines.GetLastLineIndex(Int32%, Int32%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.