StandardDataFormats.ApplicationLink 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
唯讀屬性,會傳回對應至啟用連結格式的格式識別碼字串值。
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
屬性值
對應至應用程式連結格式的格式識別碼字串值。
備註
應用程式連結代表統一資源識別元 (URI) ,其配置不是 UWP 應用程式可以處理的 HTTP 或 HTTPs 。 參考的應用程式必須是統一資源識別元 (URI) 配置的預設處理常式,雖然它可能未設定為預設處理常式。