StandardDataFormats.ApplicationLink 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.
Propriété en lecture seule qui retourne la valeur de chaîne d’ID de format correspondant au format de lien d’activation.
public:
static property Platform::String ^ ApplicationLink { Platform::String ^ get(); };
static winrt::hstring ApplicationLink();
public static string ApplicationLink { get; }
var string = StandardDataFormats.applicationLink;
Public Shared ReadOnly Property ApplicationLink As String
Valeur de propriété
Valeur de chaîne d’ID de format correspondant au format de lien d’application.
Remarques
Un lien d’application représente un URI (Uniform Resource Identifier) avec un schéma qui n’est pas http ou https qui peut être géré par une application UWP. L’application référencée doit être en mesure d’être le gestionnaire par défaut du schéma URI (Uniform Resource Identifier), même s’il ne peut pas être défini comme gestionnaire par défaut.