Compartilhar via


AppLinkEntry.KeyValues Propriedade

Definição

Obtém um dicionário de pares de chave-valor específicos do aplicativo.

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 da propriedade

Um dicionário de pares chave-valor padrão e específico do aplicativo que é usado para Handoff na plataforma iOS.

Implementações

Comentários

As chaves padrão são contentType, associatedWebPagee shouldAddToPublicIndex.

Aplica-se a