vsWhitespaceOptions Enum

Definition

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.

Applies to