Condividi tramite


Metodo IVsContainedLanguageHost3.GetIndentSize

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.0 (in Microsoft.VisualStudio.TextManager.Interop.12.0.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • plIndentSize
    Tipo: Int32%

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsContainedLanguageHost3 Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop