vsMovementOptions 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.
Indicates changes to the TextSelection object.
public enum class vsMovementOptions
public enum class vsMovementOptions
enum vsMovementOptions
[System.Runtime.InteropServices.Guid("29182BD4-48A8-4E4B-81DD-1B742A3A5203")]
public enum vsMovementOptions
[<System.Runtime.InteropServices.Guid("29182BD4-48A8-4E4B-81DD-1B742A3A5203")>]
type vsMovementOptions =
Public Enum vsMovementOptions
- Inheritance
-
vsMovementOptions
- Attributes
Fields
vsMovementOptionsExtend | 1 | Extend the TextSelection object. |
vsMovementOptionsMove | 0 | Move the TextSelection object. |