EdgeInsertionMode Enum

Definition

Specifies the edge insertion modes for read-only regions.

C++/CX
public enum class EdgeInsertionMode
Inheritance
EdgeInsertionMode

Fields

Name Value Description
Allow 0

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 1

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.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022