AppLinkEntry.KeyValues Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un dictionnaire de paires clé-valeur spécifiques à l’application.
public System.Collections.Generic.IDictionary<string,string> KeyValues { get; }
member this.KeyValues : System.Collections.Generic.IDictionary<string, string>
Valeur de propriété
System.Collections.Generic.IDictionary<System.String,System.String>
Dictionnaire de paires clé-valeur standard et spécifiques à l’application qui est utilisé pour le transfert sur la plateforme iOS.
Implémente
Remarques
Les clés standard sont contentType
, associatedWebPage
et shouldAddToPublicIndex
.