JumpList コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 カテゴリを表示しますが、両方は表示しません。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET