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
属性值
键/值对。
注解
若要启用到应用的深层链接,请在 windows.personalAssistantLaunch
应用项目的 Package.appxmanifest 文件中声明扩展。
应用通过统一资源标识符 (URI 启动到前台,) 协议进行激活 。 应用必须替代 OnActivated 事件,并为 Protocol 的 ActivationKind 检查。 有关详细信息 ,请参阅处理 URI 激活 。