共用方式為


JumpListItem.CreateWithArguments(String, String) 方法

定義

為應用程式的跳躍清單建立新的跳躍清單專案。

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

適用於