ProjectionBufferOptions Enum

Definition

Represents the options that apply to IProjectionBuffer objects.

This enumeration supports a bitwise combination of its member values.

public enum class ProjectionBufferOptions
public enum class ProjectionBufferOptions
enum ProjectionBufferOptions
[System.Flags]
public enum ProjectionBufferOptions
[<System.Flags>]
type ProjectionBufferOptions = 
Public Enum ProjectionBufferOptions
Inheritance
ProjectionBufferOptions
Attributes

Fields

None 0

No special treatment.

PermissiveEdgeInclusiveSourceSpans 1

Do not perform certain consistency checks on edge-inclusive source spans.

WritableLiteralSpans 2

Allow source spans that are string literals to be edited.

Applies to