Compartir a través de


AppLinkEntry.KeyValues Propiedad

Definición

Obtiene un diccionario de pares clave-valor específicos de la aplicación.

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)

Valor de propiedad

Diccionario de pares clave-valor estándar y específicos de la aplicación que se usa para Handoff en la plataforma iOS.

Implementaciones

Comentarios

Las claves estándar son contentType, associatedWebPagey shouldAddToPublicIndex.

Se aplica a