JumpList コンストラクター

定義

JumpList クラスの新しいインスタンスを初期化します。

オーバーロード

JumpList()

JumpList クラスの新しいインスタンスを初期化します。

JumpList(IEnumerable<JumpItem>, Boolean, Boolean)

指定したパラメーターを使用して、JumpList クラスの新しいインスタンスを初期化します。

JumpList()

JumpList クラスの新しいインスタンスを初期化します。

public:
 JumpList();
[System.Security.SecurityCritical]
public JumpList ();
public JumpList ();
Public Sub New ()
属性

適用対象

JumpList(IEnumerable<JumpItem>, Boolean, Boolean)

指定したパラメーターを使用して、JumpList クラスの新しいインスタンスを初期化します。

public:
 JumpList(System::Collections::Generic::IEnumerable<System::Windows::Shell::JumpItem ^> ^ items, bool showFrequent, bool showRecent);
[System.Security.SecurityCritical]
public JumpList (System.Collections.Generic.IEnumerable<System.Windows.Shell.JumpItem> items, bool showFrequent, bool showRecent);
public JumpList (System.Collections.Generic.IEnumerable<System.Windows.Shell.JumpItem> items, bool showFrequent, bool showRecent);
[<System.Security.SecurityCritical>]
new System.Windows.Shell.JumpList : seq<System.Windows.Shell.JumpItem> * bool * bool -> System.Windows.Shell.JumpList
new System.Windows.Shell.JumpList : seq<System.Windows.Shell.JumpItem> * bool * bool -> System.Windows.Shell.JumpList
Public Sub New (items As IEnumerable(Of JumpItem), showFrequent As Boolean, showRecent As Boolean)

パラメーター

items
IEnumerable<JumpItem>

ジャンプ リスト内に表示される JumpItem オブジェクトのコレクション。

showFrequent
Boolean

頻繁に使用される項目をジャンプ リストに表示するかどうかを示す値。

showRecent
Boolean

最近使用された項目をジャンプ リストに表示するかどうかを示す値。

属性

注釈

最近のカテゴリと頻繁なカテゴリには、多くの場合、同じジャンプ項目の多くが含まれています。 その結果、通常、アプリケーションはジャンプ リストに Recent カテゴリまたは Frequent カテゴリを表示しますが、両方は表示しません。

こちらもご覧ください

適用対象