AppTaskInfo.DeepLink 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.
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.