Partager via


ActivationRegistrationManager.UnregisterForProtocolActivation Méthode

Définition

Annule l’inscription d’une activation de protocole qui a été inscrite précédemment à l’aide de la méthode RegisterForProtocolActivation .

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)

Paramètres

scheme
String

Platform::String

winrt::hstring

Schéma d’URI précédemment inscrit pour l’activation du protocole.

exePath
String

Platform::String

winrt::hstring

Chemin d’accès au fichier exécutable précédemment inscrit pour l’activation du protocole.

Attributs

S’applique à

Voir aussi