Share via


IVsContainedLanguageHost3.GetIndentSize Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IVsContainedLanguageHost3 Interface

Microsoft.VisualStudio.TextManager.Interop Namespace