IsolatedWindowsEnvironmentOwnerRegistrationData.ProcessesRunnableAsUser 属性

定义

已弃用。 进程以用户身份运行。

public:
 property IVector<Platform::String ^> ^ ProcessesRunnableAsUser { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ProcessesRunnableAsUser();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationData is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IVector<winrt::hstring> ProcessesRunnableAsUser();
public IList<string> ProcessesRunnableAsUser { get; }
public IList<string> ProcessesRunnableAsUser { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationData is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; }
var iVector = isolatedWindowsEnvironmentOwnerRegistrationData.processesRunnableAsUser;
Public ReadOnly Property ProcessesRunnableAsUser As IList(Of String)

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

IVector

属性

注解

警告

这是一个已弃用的 API。

适用于