CommandLineActivationOperation.ExitCode 속성

정의

명령줄에서 시작된 앱의 종료 코드를 설정합니다.

public:
 property int ExitCode { int get(); void set(int value); };
int ExitCode();

void ExitCode(int value);
public int ExitCode { get; set; }
var int32 = commandLineActivationOperation.exitCode;
commandLineActivationOperation.exitCode = int32;
Public Property ExitCode As Integer

속성 값

Int32

int

앱이 종료할 때 반환된 코드입니다.

적용 대상