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