次の方法で共有


StandardDataFormats.ApplicationLink プロパティ

定義

アクティブ化リンク形式に対応する形式 ID 文字列値を返す読み取り専用プロパティ。

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

プロパティ値

String

Platform::String

winrt::hstring

アプリケーション リンク形式に対応する形式 ID 文字列値。

注釈

アプリケーション リンクは、UWP アプリで処理できる http または https ではないスキームを持つ Uniform Resource Identifier (URI) を表します。 参照先アプリは、Uniform Resource Identifier (URI) スキームの既定のハンドラーである必要がありますが、既定のハンドラーとして設定することはできません。

適用対象

こちらもご覧ください