Share via


ActivationRegistrationManager.UnregisterForProtocolActivation メソッド

定義

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)

パラメーター

scheme
String

Platform::String

winrt::hstring

プロトコルのアクティブ化のために以前に登録された URI スキーム。

exePath
String

Platform::String

winrt::hstring

プロトコルのアクティブ化のために以前に登録された実行可能ファイルへのパス。

属性

適用対象

こちらもご覧ください