Método IVsDynamicTabProvider.GetTabStop
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
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
pBuffer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines[in]
iLine
Tipo: Int32[in]
sTabStop
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.TabStop[][out]
Valor de retorno
Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De textmgr.idl:
[C++]
HRESULT IVsDynamicTabProvider::GetTabStop(
[in] IVsTextLines *pBuffer,
[in] long iLine,
[out] struct TabStop *sTabStop
);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.