Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 954 Bytes

activationregistrationmanager_unregisterforprotocolactivation_1644306636.md

File metadata and controls

34 lines (19 loc) · 954 Bytes
-api-id -api-type
M:Microsoft.Windows.AppLifecycle.ActivationRegistrationManager.UnregisterForProtocolActivation(System.String,System.String)
winrt method

Microsoft.Windows.AppLifecycle.ActivationRegistrationManager.UnregisterForProtocolActivation(System.String,System.String)

-description

Unregisters a protocol activation that was registered earlier by using the RegisterForProtocolActivation method.

-parameters

-param scheme

The URI scheme that was previously registered for protocol activation.

-param exePath

The path to the executable that was previously registered for protocol activation.

-remarks

-see-also

RegisterForProtocolActivation

-examples