Package.SourceUriSchemeName 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.
Contient la partie schéma de l’URI qui a été utilisée pour installer le package.
public:
property Platform::String ^ SourceUriSchemeName { Platform::String ^ get(); };
winrt::hstring SourceUriSchemeName();
public string SourceUriSchemeName { get; }
var string = package.sourceUriSchemeName;
Public ReadOnly Property SourceUriSchemeName As String
Valeur de propriété
Configuration requise pour Windows
Famille d’appareils |
Windows 11 Insider Preview (introduit dans 10.0.23504.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v15.0)
|
Remarques
Voici quelques exemples de schémas courants :
Schéma | Description |
---|---|
http | Installé à partir d’un package hébergé sur un serveur web. |
https | Installé à partir d’un package hébergé sur un serveur web avec SSL. |
fichier | Installé à partir d’un package sur un disque local ou réseau. |