Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
| vsSmartFormatOptionsNone | No formatting is applied to the code. | |
| vsSmartFormatOptionsBlock | Code is block-formatted. | |
| vsSmartFormatOptionsSmart | Code is smart-formatted according to the rules of that language. |