Freigeben über


IVsContainedLanguageHost3.GetIndentSize-Methode

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
)

Parameter

  • plIndentSize
    Typ: Int32%

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsContainedLanguageHost3 Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace