vsSmartFormatOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the type of formatting applied to selected code.
public enum class vsSmartFormatOptions
public enum class vsSmartFormatOptions
enum vsSmartFormatOptions
[System.Runtime.InteropServices.Guid("C512DDE3-A220-4373-8950-E6636F8CC546")]
public enum vsSmartFormatOptions
[<System.Runtime.InteropServices.Guid("C512DDE3-A220-4373-8950-E6636F8CC546")>]
type vsSmartFormatOptions =
Public Enum vsSmartFormatOptions
- Inheritance
-
vsSmartFormatOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsSmartFormatOptionsNone | 0 | No formatting is applied to the code. |
vsSmartFormatOptionsBlock | 1 | Code is block-formatted. |
vsSmartFormatOptionsSmart | 2 | Code is smart-formatted according to the rules of that language. |