__VSTASKLISTSELECTIONTYPE Enum

Definition

Specifies the selection behavior for SelectItems(Int32, IVsTaskItem[], UInt32, UInt32).

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

Fields

TST_ADDTOSEL 2

New items are individually added to the previous selection, as if the user had pressed Ctrl and clicked.

TST_EXTENDSEL 1

The selection is extended from the current caret item to include the new selection, as if the user had pressed Shift and clicked.

TST_REPLACESEL 0

Any previously-selected items are unselected before the new selection is applied.

Applies to