次の方法で共有


Package.SourceUriSchemeName プロパティ

定義

パッケージのインストールに使用された URI のスキーム部分が含まれます。

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

プロパティ値

String

Platform::String

winrt::hstring

Windows の要件

デバイス ファミリ
Windows 11 Insider Preview (10.0.23504.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v15.0 で導入)

注釈

いくつかの一般的なスキームの例:

Scheme 説明
http Web サーバーでホストされているパッケージからインストールされます。
https SSL を使用して Web サーバーでホストされているパッケージからインストールされます。
file ローカル ディスクまたはネットワーク ディスク上のパッケージからインストールされます。

適用対象

こちらもご覧ください