Método IVsContainedLanguageHost3.GetTabSize
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.12.0 (em Microsoft.VisualStudio.TextManager.Interop.12.0.dll)
Sintaxe
'Declaração
Sub GetTabSize ( _
<OutAttribute> ByRef plTabSize As Integer _
)
void GetTabSize(
out int plTabSize
)
void GetTabSize(
[OutAttribute] int% plTabSize
)
abstract GetTabSize :
plTabSize:int byref -> unit
function GetTabSize(
plTabSize : int
)
Parâmetros
- plTabSize
Tipo: Int32%
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.