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。

適用於