ActivationRegistrationManager.UnregisterForProtocolActivation Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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