JumpListItem.CreateWithArguments(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリのジャンプ リストの新しいジャンプ リスト 項目を作成します。
public:
static JumpListItem ^ CreateWithArguments(Platform::String ^ arguments, Platform::String ^ displayName);
static JumpListItem CreateWithArguments(winrt::hstring const& arguments, winrt::hstring const& displayName);
public static JumpListItem CreateWithArguments(string arguments, string displayName);
function createWithArguments(arguments, displayName)
Public Shared Function CreateWithArguments (arguments As String, displayName As String) As JumpListItem
パラメーター
- arguments
-
String
Platform::String
winrt::hstring
ジャンプ リスト項目がユーザーによって選択されたときにアプリに渡す必要があるコマンド ライン引数を指定する文字列。
- displayName
-
String
Platform::String
winrt::hstring
ジャンプ リスト アイテムの表示名を指定する文字列。 ローカライズが必要な場合、この文字列は ms-resource: スキームで指定された URI である必要があります。
戻り値
items プロパティを使用してアプリのジャンプ リストに追加できる、指定されたパラメーターを持つジャンプ リスト アイテム 。