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.
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
'Declaration
<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. |