Share via


IsolatedWindowsEnvironment.FindByOwnerId(String) メソッド

定義

非推奨になりました。 特定の所有者に登録されている分離 Windows 環境の一覧を返します。

public:
 static IVectorView<IsolatedWindowsEnvironment ^> ^ FindByOwnerId(Platform::String ^ environmentOwnerId);
 static IVectorView<IsolatedWindowsEnvironment> FindByOwnerId(winrt::hstring const& environmentOwnerId);
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment 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 IVectorView<IsolatedWindowsEnvironment> FindByOwnerId(winrt::hstring const& environmentOwnerId);
public static IReadOnlyList<IsolatedWindowsEnvironment> FindByOwnerId(string environmentOwnerId);
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment 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 IReadOnlyList<IsolatedWindowsEnvironment> FindByOwnerId(string environmentOwnerId);
function findByOwnerId(environmentOwnerId)
Public Shared Function FindByOwnerId (environmentOwnerId As String) As IReadOnlyList(Of IsolatedWindowsEnvironment)

パラメーター

environmentOwnerId
String

Platform::String

winrt::hstring

分離された Windows 環境の所有者の一意識別子。

戻り値

IsolatedWindowsEnvironment

属性

注釈

警告

これは非推奨の API です。

適用対象