IsolatedWindowsEnvironmentOwnerRegistrationData.ProcessesRunnableAsSystem 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
已弃用。 进程作为系统运行。
public:
property IVector<Platform::String ^> ^ ProcessesRunnableAsSystem { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ProcessesRunnableAsSystem();
/// [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> ProcessesRunnableAsSystem();
public IList<string> ProcessesRunnableAsSystem { get; }
public IList<string> ProcessesRunnableAsSystem { [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.processesRunnableAsSystem;
Public ReadOnly Property ProcessesRunnableAsSystem As IList(Of String)
属性值
IVector
- 属性
注解
警告
这是一个已弃用的 API。