PositionAffinity Enum
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
C++/CX
public enum class PositionAffinity
enum PositionAffinity
public enum PositionAffinity
type PositionAffinity =
Public Enum PositionAffinity
- Inheritance
-
PositionAffinity
Name | Value | Description |
---|---|---|
Predecessor | 0 | The position is coupled to with the preceding character. |
Successor | 1 | The position is coupled to the following character. |
This enumeration is used to disambiguate points in methods such as the following:
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |