AppLinkEntry.KeyValues 属性

定义

获取特定于应用程序的键值对的字典。

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 的标准键值对和特定于应用程序的键值对的字典。

实现

注解

标准键是 contentTypeassociatedWebPageshouldAddToPublicIndex

适用于