Note

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

Access to this page requires authorization. You can try .

ActivationRegistrationManager.UnregisterForProtocolActivation 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 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


Feedback

Was this page helpful?