共用方式為


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。

適用於