VoiceCommandContentTile.AppLaunchArgument 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
屬性值
索引鍵/值組。
備註
若要啟用應用程式的深層連結,請在應用程式專案的 Package.appxmanifest 檔案中宣告 windows.personalAssistantLaunch
延伸模組。
應用程式會透過使用通訊 協定合約 ( URI) 啟用,啟動應用程式至前景。 應用程式必須覆寫OnActivated事件,並檢查Protocol 的ActivationKind。 如需詳細資訊 ,請參閱處理 URI 啟用 。