ContentLinkInfo.Uri 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置激活链接时要启动的应用的统一资源标识符 (URI) 。
public:
property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
Uri Uri();
void Uri(Uri value);
public System.Uri Uri { get; set; }
var uri = contentLinkInfo.uri;
contentLinkInfo.uri = uri;
Public Property Uri As Uri
属性值
统一资源标识符 (激活链接时要启动的应用的 URI) 。 默认值为 null。
注解
重要
此 API 支持内容链接。 高于 Windows 10 版本 1903 的 Windows 版本中不提供启用内容链接的 Windows 功能。 在高于 1903 版本的 Windows 版本中,XAML 文本控件的内容链接将无法正常运行。