AppTaskInfo.DeepLink Property

Definition

Gets a URI that will be launched when the user clicks on the task's Shell representation.

public:
 property Uri ^ DeepLink { Uri ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
Uri DeepLink();
[Windows.Foundation.Metadata.Experimental]
public System.Uri DeepLink { [Windows.Foundation.Metadata.Experimental] get; }
var uri = appTaskInfo.deepLink;
Public ReadOnly Property DeepLink As Uri

Property Value

A URI that is launched when the user clicks on the task representation in the Shell.

Attributes

Remarks

Important

App task support will start gradually rolling out to Windows 11 starting May, 2026. The experiences enabled by Windows.UI.Shell.Tasks APIs require that the corresponding app task feature be present in the version of Windows where the app runs. Otherwise, these APIs will not have any effect.

The deep link URI allows navigation to the full task view in the app.

Applies to