Share via


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 です。

適用対象