Share via


UpdateSelectionHint Enum

Definition

Used by IAsyncCompletionItemManager to recommend the selection mode.

public enum class UpdateSelectionHint
public enum UpdateSelectionHint
type UpdateSelectionHint = 
Public Enum UpdateSelectionHint
Inheritance
UpdateSelectionHint

Fields

NoChange 0

Don't change the current selection mode. This is the recommended value.

Selected 2

Set selection mode to regular selection: item is committed using Tab, mouse, enter and commit characters.

SoftSelected 1

Set selection mode to soft selection: item is committed only using Tab or mouse.

Applies to