Package.SourceUriSchemeName Propriété

Définition

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é

String

Platform::String

winrt::hstring

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.

S’applique à

Voir aussi