IsolatedWindowsEnvironmentOwnerRegistration.Unregister(String) 方法

定义

已弃用。 注销独立 Windows 环境的所有者。

public:
 static void Unregister(Platform::String ^ ownerName);
 static void Unregister(winrt::hstring const& ownerName);
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistration 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 Unregister(winrt::hstring const& ownerName);
public static void Unregister(string ownerName);
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistration 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 Unregister(string ownerName);
function unregister(ownerName)
Public Shared Sub Unregister (ownerName As String)

参数

ownerName
String

Platform::String

winrt::hstring

独立 Windows 环境的所有者名称的字符串。

属性

注解

警告

这是一个已弃用的 API。

适用于