Compartir a través de


IVsContainedLanguageHost3.GetIndentSize (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.12.0 (en Microsoft.VisualStudio.TextManager.Interop.12.0.dll)

Sintaxis

'Declaración
Sub GetIndentSize ( _
    <OutAttribute> ByRef plIndentSize As Integer _
)
void GetIndentSize(
    out int plIndentSize
)
void GetIndentSize(
    [OutAttribute] int% plIndentSize
)
abstract GetIndentSize : 
        plIndentSize:int byref -> unit
function GetIndentSize(
    plIndentSize : int
)

Parámetros

  • plIndentSize
    Tipo: Int32%

Seguridad de .NET Framework

Vea también

Referencia

IVsContainedLanguageHost3 Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)