vsSelectionMode 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 the type of selection that TextSelection represents.
public enum class vsSelectionMode
public enum class vsSelectionMode
enum vsSelectionMode
[System.Runtime.InteropServices.Guid("F3128012-B41F-46EC-8794-F716DB9697D0")]
public enum vsSelectionMode
[<System.Runtime.InteropServices.Guid("F3128012-B41F-46EC-8794-F716DB9697D0")>]
type vsSelectionMode =
Public Enum vsSelectionMode
- Inheritance
-
vsSelectionMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsSelectionModeStream | 0 | The nonempty selection is a stream mode selection. (Default) |
vsSelectionModeBox | 1 | The nonempty selection is a block mode selection. |