__VSTASKLISTSELECTIONTYPE Enumeration
Specifies the selection behavior for SelectItems.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __VSTASKLISTSELECTIONTYPE
public enum __VSTASKLISTSELECTIONTYPE
public enum class __VSTASKLISTSELECTIONTYPE
type __VSTASKLISTSELECTIONTYPE
public enum __VSTASKLISTSELECTIONTYPE
Members
Member name | Description | |
---|---|---|
TST_ADDTOSEL | New items are individually added to the previous selection, as if the user had pressed Ctrl and clicked. | |
TST_EXTENDSEL | 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 | Any previously-selected items are unselected before the new selection is applied. |