Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
<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. |