ActivationRegistrationManager.UnregisterForProtocolActivation Metodo

Definizione

Annulla la registrazione di un'attivazione del protocollo registrata in precedenza usando il metodo 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)

Parametri

scheme
String

Platform::String

winrt::hstring

Schema URI precedentemente registrato per l'attivazione del protocollo.

exePath
String

Platform::String

winrt::hstring

Percorso del file eseguibile registrato in precedenza per l'attivazione del protocollo.

Attributi

Si applica a

Vedi anche