Partilhar via


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

Consulte também

Referência

IVsContainedLanguageHost3 Interface

Namespace Microsoft.VisualStudio.TextManager.Interop