Condividi tramite


IsolatedWindowsEnvironmentProcess.ExitCode Proprietà

Definizione

Deprecato. Restituisce il codice di uscita del processo eseguito.

public:
 property unsigned int ExitCode { unsigned int get(); };
uint32_t ExitCode();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcess is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
uint32_t ExitCode();
public uint ExitCode { get; }
public uint ExitCode { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProcess 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 uInt32 = isolatedWindowsEnvironmentProcess.exitCode;
Public ReadOnly Property ExitCode As UInteger

Valore della proprietà

UInt32

unsigned int

uint32_t

UInt32

Attributi

Commenti

Avviso

Si tratta di un'API deprecata.

Si applica a