ActivationRegistrationManager.UnregisterForProtocolActivation Method

Definition

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

public:
 static void UnregisterForProtocolActivation(Platform::String ^ scheme, Platform::String ^ exePath);
/// [Windows.Foundation.Metadata.Experimental]
 static void UnregisterForProtocolActivation(winrt::hstring const& scheme, winrt::hstring const& exePath);
 static void UnregisterForProtocolActivation(winrt::hstring const& scheme, winrt::hstring const& exePath);
[Windows.Foundation.Metadata.Experimental]
public static void UnregisterForProtocolActivation(string scheme, string exePath);
public static void UnregisterForProtocolActivation(string scheme, string exePath);
function unregisterForProtocolActivation(scheme, exePath)
Public Shared Sub UnregisterForProtocolActivation (scheme As String, exePath As String)

Parameters

scheme
String

Platform::String

winrt::hstring

The URI scheme that was previously registered for protocol activation.

exePath
String

Platform::String

winrt::hstring

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

Attributes

Applies to

See also