SyntaxRemoveOptions 枚举

定义

此枚举支持其成员值的按位组合。

public enum class SyntaxRemoveOptions
[System.Flags]
public enum SyntaxRemoveOptions
[<System.Flags>]
type SyntaxRemoveOptions = 
Public Enum SyntaxRemoveOptions
继承
SyntaxRemoveOptions
属性

字段

AddElasticMarker 32

添加弹性标记琐事

KeepDirectives 8

保留所有指令

KeepEndOfLine 16

确保至少保留一个 EndOfLine 三维维亚(如果存在)

KeepExteriorTrivia 3

保留与节点或令牌关联的前导和尾随琐事。

KeepLeadingTrivia 1

保留与节点或令牌关联的主要琐事。

KeepNoTrivia 0

未保留与节点或令牌关联的琐事。

KeepTrailingTrivia 2

保留与节点或令牌关联的尾随琐事。

KeepUnbalancedDirectives 4

保留任何将变得不平衡的指令。

适用于