Share via


IsolatedWindowsHostMessenger.UnregisterHostMessageReceiver(Guid) メソッド

定義

非推奨になりました。 ホスト メッセージ レシーバー コールバックの登録を解除します。

public:
 static void UnregisterHostMessageReceiver(Platform::Guid receiverId);
 static void UnregisterHostMessageReceiver(winrt::guid const& receiverId);
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsHostMessenger is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
 static void UnregisterHostMessageReceiver(winrt::guid const& receiverId);
public static void UnregisterHostMessageReceiver(Guid receiverId);
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsHostMessenger is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public static void UnregisterHostMessageReceiver(Guid receiverId);
function unregisterHostMessageReceiver(receiverId)
Public Shared Sub UnregisterHostMessageReceiver (receiverId As Guid)

パラメーター

receiverId
Guid

Platform::Guid

winrt::guid

メッセージ レシーバーの GUID。

属性

注釈

警告

これは非推奨の API です。

適用対象