StandardDataFormats.ApplicationLink Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A read-only property that returns the format ID string value corresponding to the activation link format.
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
Property Value
The format ID string value corresponding to the application link format.
Remarks
An application link represents a Uniform Resource Identifier (URI) with a scheme that isn't http or https that can be handled by a UWP app. The referenced app must be capable of being the default handler for the Uniform Resource Identifier (URI) scheme, although it may not be set as the default handler.