다음을 통해 공유


IsolatedWindowsEnvironmentProcess.ExitCode 속성

정의

더 이상 사용되지 않습니다. 실행된 프로세스의 종료 코드를 반환합니다.

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

속성 값

UInt32

unsigned int

uint32_t

UInt32

특성

설명

경고

더 이상 사용되지 않는 API입니다.

적용 대상