__VSTASKLISTSELECTIONTYPE Enumeration
Visual Studio 2015
Specifies the selection behavior for SelectItems.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| 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. |
Show: