StandardDataFormats.ApplicationLink 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个只读属性,返回与激活链接格式对应的格式 ID 字符串值。
public:
static property Platform::String ^ ApplicationLink { Platform::String ^ get(); };
static winrt::hstring ApplicationLink();
public static string ApplicationLink { get; }
var string = StandardDataFormats.applicationLink;
Public Shared ReadOnly Property ApplicationLink As String
属性值
与应用程序链接格式对应的格式 ID 字符串值。
注解
应用程序链接表示统一资源标识符 (URI) ,其方案不是 http 或 https ,可由 UWP 应用处理。 引用的应用必须能够成为统一资源标识符 (URI) 方案的默认处理程序,尽管它不能设置为默认处理程序。