vsWhitespaceOptions 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 how and where to remove white space.
public enum class vsWhitespaceOptions
public enum class vsWhitespaceOptions
enum vsWhitespaceOptions
[System.Runtime.InteropServices.Guid("BBDFCFE4-4C68-4736-B991-F85FA955D585")]
public enum vsWhitespaceOptions
[<System.Runtime.InteropServices.Guid("BBDFCFE4-4C68-4736-B991-F85FA955D585")>]
type vsWhitespaceOptions =
Public Enum vsWhitespaceOptions
- Inheritance
-
vsWhitespaceOptions
- Attributes
Fields
vsWhitespaceOptionsHorizontal | 0 | Default. Deletes white space only on the current line in the buffer. |
vsWhitespaceOptionsVertical | 1 | Deletes white space above and below the current line in the buffer. |