Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines how and where to remove white space.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("BBDFCFE4-4C68-4736-B991-F85FA955D585")> _
Public Enumeration vsWhitespaceOptions
[GuidAttribute("BBDFCFE4-4C68-4736-B991-F85FA955D585")]
public enum vsWhitespaceOptions
[GuidAttribute(L"BBDFCFE4-4C68-4736-B991-F85FA955D585")]
public enum class vsWhitespaceOptions
[<GuidAttribute("BBDFCFE4-4C68-4736-B991-F85FA955D585")>]
type vsWhitespaceOptions
public enum vsWhitespaceOptions
Members
Member name | Description | |
---|---|---|
vsWhitespaceOptionsHorizontal | Default. Deletes white space only on the current line in the buffer. | |
vsWhitespaceOptionsVertical | Deletes white space above and below the current line in the buffer. |