次の方法で共有


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 プラットフォームのハンドオフに使用される、標準およびアプリケーション固有のキーと値のペアのディクショナリ。

実装

注釈

標準キーは contentType、、 associatedWebPage、および shouldAddToPublicIndex.

適用対象