Поделиться через


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.

Применяется к