共用方式為


VoiceCommandContentTile.AppLaunchArgument 屬性

定義

取得或設定字串做為啟動參數,可與背景應用程式服務回應相關聯。

AppLaunchArgument 是用來在 Cortana中透過深層連結啟動時指定前景應用程式的狀態或內容。

public:
 property Platform::String ^ AppLaunchArgument { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring AppLaunchArgument();

void AppLaunchArgument(winrt::hstring value);
public string AppLaunchArgument { get; set; }
var string = voiceCommandContentTile.appLaunchArgument;
voiceCommandContentTile.appLaunchArgument = string;
Public Property AppLaunchArgument As String

屬性值

String

Platform::String

winrt::hstring

索引鍵/值組。

備註

若要啟用應用程式的深層連結,請在應用程式專案的 Package.appxmanifest 檔案中宣告 windows.personalAssistantLaunch 延伸模組。

應用程式會透過使用通訊 協定合約 ( URI) 啟用,啟動應用程式至前景。 應用程式必須覆寫OnActivated事件,並檢查Protocol 的ActivationKind。 如需詳細資訊 ,請參閱處理 URI 啟用

適用於

另請參閱