Partilhar via


Método IVsDynamicTabProvider.GetTabStop

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

Sintaxe

'Declaração
Function GetTabStop ( _
    pBuffer As IVsTextLines, _
    iLine As Integer, _
    <OutAttribute> sTabStop As TabStop() _
) As Integer
int GetTabStop(
    IVsTextLines pBuffer,
    int iLine,
    TabStop[] sTabStop
)
int GetTabStop(
    [InAttribute] IVsTextLines^ pBuffer, 
    [InAttribute] int iLine, 
    [OutAttribute] array<TabStop>^ sTabStop
)
abstract GetTabStop : 
        pBuffer:IVsTextLines * 
        iLine:int * 
        sTabStop:TabStop[] byref -> int
function GetTabStop(
    pBuffer : IVsTextLines, 
    iLine : int, 
    sTabStop : TabStop[]
) : int

Parâmetros

  • iLine
    Tipo: Int32

    [in]

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

[C++]

HRESULT IVsDynamicTabProvider::GetTabStop(
   [in] IVsTextLines *pBuffer,
   [in] long iLine,
   [out] struct TabStop *sTabStop
);

Segurança do .NET Framework

Consulte também

Referência

IVsDynamicTabProvider Interface

Namespace Microsoft.VisualStudio.TextManager.Interop