__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)

public enum __VSTASKLISTSELECTIONTYPE

Member nameDescription
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.

Return to top
Show: