Partager via


AppLinkEntry.KeyValues Propriété

Définition

Obtient un dictionnaire de paires clé-valeur spécifiques à l’application.

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)

Valeur de propriété

Dictionnaire de paires clé-valeur standard et spécifiques à l’application qui est utilisé pour handoff sur la plateforme iOS.

Implémente

Remarques

Les clés standard sont contentType, associatedWebPageet shouldAddToPublicIndex.

S’applique à