ProjectionBufferOptions 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.
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
Name | Value | Description |
---|---|---|
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. |