JumpList.AddToRecentCategory メソッド

定義

指定した項目をジャンプ リストの [最近使用 したアイテム] カテゴリに追加します。

オーバーロード

AddToRecentCategory(String)

指定した項目パスをジャンプ リストの [最近使用 した項目] カテゴリに追加します。

AddToRecentCategory(JumpPath)

指定したジャンプ パスをジャンプ リストの Recent カテゴリに追加します。

AddToRecentCategory(JumpTask)

指定したジャンプ タスクをジャンプ リストの [最近] カテゴリに追加します。

AddToRecentCategory(String)

指定した項目パスをジャンプ リストの [最近使用 した項目] カテゴリに追加します。

public:
 static void AddToRecentCategory(System::String ^ itemPath);
[System.Security.SecurityCritical]
public static void AddToRecentCategory (string itemPath);
public static void AddToRecentCategory (string itemPath);
[<System.Security.SecurityCritical>]
static member AddToRecentCategory : string -> unit
static member AddToRecentCategory : string -> unit
Public Shared Sub AddToRecentCategory (itemPath As String)

パラメーター

itemPath
String

ジャンプ リストに追加するパス。

属性

注釈

Recent カテゴリの内容は、Windows シェルによって管理されます。 ジャンプ リストに最近使用した項目を表示するには、プロパティtrueShowRecentCategory .

メソッドをAddToRecentCategory(String)呼び出して、Windows シェルで [最近使用 したアイテム] リストに項目パスを追加するように要求できます。 アイテムのファイルの種類を処理するためにアプリケーションが登録されていない場合は、[ 最近使 った項目] リストに表示されず、呼び出 AddToRecentCategory(String) しは警告なしに失敗します。

こちらもご覧ください

適用対象

AddToRecentCategory(JumpPath)

指定したジャンプ パスをジャンプ リストの Recent カテゴリに追加します。

public:
 static void AddToRecentCategory(System::Windows::Shell::JumpPath ^ jumpPath);
[System.Security.SecurityCritical]
public static void AddToRecentCategory (System.Windows.Shell.JumpPath jumpPath);
public static void AddToRecentCategory (System.Windows.Shell.JumpPath jumpPath);
[<System.Security.SecurityCritical>]
static member AddToRecentCategory : System.Windows.Shell.JumpPath -> unit
static member AddToRecentCategory : System.Windows.Shell.JumpPath -> unit
Public Shared Sub AddToRecentCategory (jumpPath As JumpPath)

パラメーター

jumpPath
JumpPath

ジャンプ リストに追加する JumpPath

属性

注釈

Recent カテゴリの内容は、Windows シェルによって管理されます。 ジャンプ リストに最近使用した項目を表示するには、プロパティtrueShowRecentCategory .

メソッドをAddToRecentCategory(JumpPath)呼び出して、Windows シェルが指定したジャンプ パスを [最近使用 した項目] リストに追加するように要求できます。 アイテムのファイルの種類を処理するためにアプリケーションが登録されていない場合は、[ 最近使 った項目] リストに表示されず、呼び出 AddToRecentCategory(JumpPath) しは警告なしに失敗します。

こちらもご覧ください

適用対象

AddToRecentCategory(JumpTask)

指定したジャンプ タスクをジャンプ リストの [最近] カテゴリに追加します。

public:
 static void AddToRecentCategory(System::Windows::Shell::JumpTask ^ jumpTask);
[System.Security.SecurityCritical]
public static void AddToRecentCategory (System.Windows.Shell.JumpTask jumpTask);
public static void AddToRecentCategory (System.Windows.Shell.JumpTask jumpTask);
[<System.Security.SecurityCritical>]
static member AddToRecentCategory : System.Windows.Shell.JumpTask -> unit
static member AddToRecentCategory : System.Windows.Shell.JumpTask -> unit
Public Shared Sub AddToRecentCategory (jumpTask As JumpTask)

パラメーター

jumpTask
JumpTask

ジャンプ リストに追加する JumpTask

属性

注釈

Recent カテゴリの内容は、Windows シェルによって管理されます。 ジャンプ リストに最近使用した項目を表示するには、プロパティtrueShowRecentCategory .

メソッドをAddToRecentCategory(JumpTask)呼び出して、Windows シェルで指定したジャンプ タスクを [最近使 ったアイテム] リストに追加するように要求できます。

こちらもご覧ください

適用対象