Método IVsDynamicTabProvider.GetTabStopElements
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
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
pBuffer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines[in]
iLine
Tipo: Int32[in]
cEl
Tipo: UInt32%[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::GetTabStopElements(
[in] IVsTextLines *pBuffer,
[in] long iLine,
[out] UINT *cEl
);
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.