ProjectionBufferOptions Enumeration
Represents the options that apply to IProjectionBuffer objects.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'宣言
<FlagsAttribute> _
Public Enumeration ProjectionBufferOptions
[FlagsAttribute]
public enum ProjectionBufferOptions
[FlagsAttribute]
public enum class ProjectionBufferOptions
[<FlagsAttribute>]
type ProjectionBufferOptions
public enum ProjectionBufferOptions
Members
Member name | Description | |
---|---|---|
None | No special treatment. | |
PermissiveEdgeInclusiveSourceSpans | Do not perform certain consistency checks on edge-inclusive source spans. | |
WritableLiteralSpans | Allow source spans that are string literals to be edited. |