AppLinkEntry.KeyValues 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取特定于应用程序的键值对的字典。
public System.Collections.Generic.IDictionary<string,string> KeyValues { get; }
member this.KeyValues : System.Collections.Generic.IDictionary<string, string>
属性值
System.Collections.Generic.IDictionary<System.String,System.String>
用于 iOS 平台上的 Handoff 的标准键值对和特定于应用程序的键值对的字典。
实现
注解
标准键为 contentType
、 associatedWebPage
和 shouldAddToPublicIndex
。