Compartilhar via


IsolatedWindowsEnvironmentProcessState Enumeração

Definição

Preterido. Estado atual da execução do processo no Ambiente Isolado do Windows.

public enum class IsolatedWindowsEnvironmentProcessState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentProcessState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcessState is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
enum class IsolatedWindowsEnvironmentProcessState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentProcessState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcessState 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 enum IsolatedWindowsEnvironmentProcessState
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentProcessState.running
Public Enum IsolatedWindowsEnvironmentProcessState
Herança
IsolatedWindowsEnvironmentProcessState
Atributos

Requisitos do Windows

Família de dispositivos
Windows 10, version 2004 (introduzida na 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduzida na v2.0)

Campos

Aborted 2

O processo no Ambiente Isolado do Windows foi anulado.

Completed 3

O processo no Ambiente Isolado do Windows foi concluído.

Running 1

O processo no Ambiente Isolado do Windows está em execução.

Comentários

Aviso

Essa é uma API preterida.

Aplica-se a