IsolatedWindowsEnvironmentStartProcessResult.Status 属性

定义

已弃用。 查询独立 Windows 环境中的进程执行状态。

public:
 property IsolatedWindowsEnvironmentStartProcessStatus Status { IsolatedWindowsEnvironmentStartProcessStatus get(); };
IsolatedWindowsEnvironmentStartProcessStatus Status();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironmentStartProcessStatus Status();
public IsolatedWindowsEnvironmentStartProcessStatus Status { get; }
public IsolatedWindowsEnvironmentStartProcessStatus Status { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessResult 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 isolatedWindowsEnvironmentStartProcessStatus = isolatedWindowsEnvironmentStartProcessResult.status;
Public ReadOnly Property Status As IsolatedWindowsEnvironmentStartProcessStatus

属性值

String

属性

注解

警告

这是一个已弃用的 API。

适用于