Partager via


IVsContainedLanguageHost3.GetTabSize, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.12.0 (dans Microsoft.VisualStudio.TextManager.Interop.12.0.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • plTabSize
    Type : Int32%

Sécurité .NET Framework

Voir aussi

Référence

IVsContainedLanguageHost3 Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms