AppTaskInfo.UpdateDeepLink(Uri) Method

Definition

Updates the deep link URI for this task.

public:
 virtual void UpdateDeepLink(Uri ^ deepLink) = UpdateDeepLink;
/// [Windows.Foundation.Metadata.Experimental]
void UpdateDeepLink(Uri const& deepLink);
[Windows.Foundation.Metadata.Experimental]
public void UpdateDeepLink(System.Uri deepLink);
function updateDeepLink(deepLink)
Public Sub UpdateDeepLink (deepLink As Uri)

Parameters

deepLink
Uri Uri

The new URI that will be 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.

Applies to