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 屬性新增至應用程式的跳躍清單。