Partager via


AppLinkEntry.KeyValues Propriété

Définition

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, associatedWebPageet shouldAddToPublicIndex.

S’applique à

Voir aussi