英語で読む

次の方法で共有


__VSTASKLISTSELECTIONSCROLLPOS Enum

Definition

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

C++/CX
public enum class __VSTASKLISTSELECTIONSCROLLPOS
Inheritance
__VSTASKLISTSELECTIONSCROLLPOS

Fields

Name Value Description
TSSP_NOSCROLL 0

Do not scroll the task list at all.

TSSP_CENTERCARET 1

Position the caret item in the center.

TSSP_CARETATTOP 2

Position the caret item at the top (as the first visible item).

TSSP_CARETATBOTTOM 3

Position the caret item at the bottom (as the last visible item).

TSSP_MINSCROLL 4

Scroll the minimum distance required for the caret item to be visible.

TSSP_SHOWALL 5

Show the caret item and as many of the other selected items as possible.

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022