EdgeInsertionMode Enumeration

Defines the edge insertion modes for read-only regions.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public Enumeration EdgeInsertionMode
public enum EdgeInsertionMode
public enum class EdgeInsertionMode
type EdgeInsertionMode
public enum EdgeInsertionMode

Members

Member name Description
Allow Allows insertions at the edge of read-only regions. If there is a read-only region [3, 6) that allows edge insertions, an insertion at position 3 or position 6 will succeed.
Deny Prevents insertions at the edge of read-only regions. If there is a read-only region [3, 6) that allows edge insertions, an insertion at position 3 or position 6 will fail.

See Also

Reference

Microsoft.VisualStudio.Text Namespace