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
pBuffer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines[in]
iLine
Tipo: Int32[in]
sTabStop
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.TabStop[][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::GetTabStop(
[in] IVsTextLines *pBuffer,
[in] long iLine,
[out] struct TabStop *sTabStop
);
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.