Condividi tramite


Metodo IVsDynamicTabProvider.GetTabStopElements

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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

Parametri

  • iLine
    Tipo: Int32

    [in]

  • cEl
    Tipo: UInt32%

    [out]

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

[C++]

HRESULT IVsDynamicTabProvider::GetTabStopElements(
   [in] IVsTextLines *pBuffer,
   [in] long iLine,
   [out] UINT *cEl
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDynamicTabProvider Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop