UpdateSelectionHint 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.
Used by IAsyncCompletionItemManager to recommend the selection mode.
public enum class UpdateSelectionHint
public enum UpdateSelectionHint
type UpdateSelectionHint =
Public Enum UpdateSelectionHint
- Inheritance
-
UpdateSelectionHint
Fields
Name | Value | Description |
---|---|---|
NoChange | 0 | Don't change the current selection mode. This is the recommended value. |
SoftSelected | 1 | Set selection mode to soft selection: item is committed only using Tab or mouse. |
Selected | 2 | Set selection mode to regular selection: item is committed using Tab, mouse, enter and commit characters. |