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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.