Partilhar via


Método IVsContainedLanguageHost3.GetIndentSize

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.0 (em Microsoft.VisualStudio.TextManager.Interop.12.0.dll)

Sintaxe

'Declaração
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%

Segurança do .NET Framework

Consulte também

Referência

IVsContainedLanguageHost3 Interface

Namespace Microsoft.VisualStudio.TextManager.Interop