Metodo IVsDynamicTabProvider.GetTabStopElements
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
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
Parametri
pBuffer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines[in]
iLine
Tipo: Int32[in]
cEl
Tipo: UInt32%[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::GetTabStopElements(
[in] IVsTextLines *pBuffer,
[in] long iLine,
[out] UINT *cEl
);
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.