Partilhar via


Enumeração vsIndentStyle

Indica como o recuo é tratado em um editor de código.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
<GuidAttribute("BCCEBE05-D29C-11D2-AABD-00C04F688DDE")> _
Public Enumeration vsIndentStyle
[GuidAttribute("BCCEBE05-D29C-11D2-AABD-00C04F688DDE")]
public enum vsIndentStyle
[GuidAttribute(L"BCCEBE05-D29C-11D2-AABD-00C04F688DDE")]
public enum class vsIndentStyle
[<GuidAttribute("BCCEBE05-D29C-11D2-AABD-00C04F688DDE")>]
type vsIndentStyle
public enum vsIndentStyle

Membros

Nome do membro Descrição
vsIndentStyleNone Não indica que nenhum recuo.
vsIndentStyleDefault Indica o recuo do bloco.
vsIndentStyleSmart Indica o recuo específico de estilo do idioma.

Consulte também

Referência

Namespace EnvDTE