Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ActivationRegistrationManager.UnregisterForStartupActivation(String) Method

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.

Unregisters a startup activation that was registered earlier by using the RegisterForStartupActivation method.

public:
 static void UnregisterForStartupActivation(Platform::String ^ taskId);
/// [Windows.Foundation.Metadata.Experimental]
 static void UnregisterForStartupActivation(winrt::hstring const& taskId);
 static void UnregisterForStartupActivation(winrt::hstring const& taskId);
[Windows.Foundation.Metadata.Experimental]
public static void UnregisterForStartupActivation(string taskId);
public static void UnregisterForStartupActivation(string taskId);
function unregisterForStartupActivation(taskId)
Public Shared Sub UnregisterForStartupActivation (taskId As String)

Parameters

taskId
String

Platform::String

winrt::hstring

The task ID that was previously registered for protocol activation.

Attributes

Applies to

See also


Feedback

Was this page helpful?