vsSmartFormatOptions Enum

Definition

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

vsSmartFormatOptionsBlock 1

Code is block-formatted.

vsSmartFormatOptionsNone 0

No formatting is applied to the code.

vsSmartFormatOptionsSmart 2

Code is smart-formatted according to the rules of that language.

Applies to