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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.