Compartir a través de


IVsDynamicTabProvider.GetTabStopElements (Método)

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

Sintaxis

'Declaración
Function GetTabStopElements ( _
    pBuffer As IVsTextLines, _
    iLine As Integer, _
    <OutAttribute> ByRef cEl As UInteger _
) As Integer
int GetTabStopElements(
    IVsTextLines pBuffer,
    int iLine,
    out uint cEl
)
int GetTabStopElements(
    [InAttribute] IVsTextLines^ pBuffer, 
    [InAttribute] int iLine, 
    [OutAttribute] unsigned int% cEl
)
abstract GetTabStopElements : 
        pBuffer:IVsTextLines * 
        iLine:int * 
        cEl:uint32 byref -> int
function GetTabStopElements(
    pBuffer : IVsTextLines, 
    iLine : int, 
    cEl : uint
) : int

Parámetros

  • iLine
    Tipo: Int32

    [in]

  • cEl
    Tipo: UInt32%

    [out]

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::GetTabStopElements(
   [in] IVsTextLines *pBuffer,
   [in] long iLine,
   [out] UINT *cEl
);

Seguridad de .NET Framework

Vea también

Referencia

IVsDynamicTabProvider Interfaz

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