PositionAffinity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes whether a position in a ITextBuffer that can be thought of as lying between two characters is coupled to the preceding character or the following character.
public enum class PositionAffinity
public enum class PositionAffinity
enum PositionAffinity
public enum PositionAffinity
type PositionAffinity =
Public Enum PositionAffinity
- Inheritance
-
PositionAffinity
Fields
Name | Value | Description |
---|---|---|
Predecessor | 0 | The position is coupled to with the preceding character. |
Successor | 1 | The position is coupled to the following character. |
Remarks
This enumeration is used to disambiguate points in methods such as the following: