IVsDynamicTabProvider.GetTabStop (Método)
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.
Comentarios
Prototipo COM
de textmgr.idl:
[C++]
HRESULT IVsDynamicTabProvider::GetTabStop(
[in] IVsTextLines *pBuffer,
[in] long iLine,
[out] struct TabStop *sTabStop
);
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IVsDynamicTabProvider Interfaz
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)