Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines the type of formatting applied to selected code.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("C512DDE3-A220-4373-8950-E6636F8CC546")> _
Public Enumeration vsSmartFormatOptions
[GuidAttribute("C512DDE3-A220-4373-8950-E6636F8CC546")]
public enum vsSmartFormatOptions
[GuidAttribute(L"C512DDE3-A220-4373-8950-E6636F8CC546")]
public enum class vsSmartFormatOptions
[<GuidAttribute("C512DDE3-A220-4373-8950-E6636F8CC546")>]
type vsSmartFormatOptions
public enum vsSmartFormatOptions
Members
| Member name | Description | |
|---|---|---|
| vsSmartFormatOptionsBlock | Code is block-formatted. | |
| vsSmartFormatOptionsNone | No formatting is applied to the code. | |
| vsSmartFormatOptionsSmart | Code is smart-formatted according to the rules of that language. |