vsSmartFormatOptions Enumeration
Visual Studio 2015
Determines the type of formatting applied to selected code.
Assembly: EnvDTE (in EnvDTE.dll)
| 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. |
Show: