Condividi tramite


Metodo IVsDynamicTabProvider.GetTabStop

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

Sintassi

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

Parametri

  • iLine
    Tipo: Int32

    [in]

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::GetTabStop(
   [in] IVsTextLines *pBuffer,
   [in] long iLine,
   [out] struct TabStop *sTabStop
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDynamicTabProvider Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop