Compartir a través de


IVsDynamicTabProvider.GetTabStop (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

[C++]

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

Seguridad de .NET Framework

Vea también

Referencia

IVsDynamicTabProvider Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)