IExitCodesResult.ExitCodes 属性

定义

批处理返回的退出代码

public:
 property System::Collections::Generic::IReadOnlyList<int> ^ ExitCodes { System::Collections::Generic::IReadOnlyList<int> ^ get(); };
public System.Collections.Generic.IReadOnlyList<int> ExitCodes { get; }
member this.ExitCodes : System.Collections.Generic.IReadOnlyList<int>
Public ReadOnly Property ExitCodes As IReadOnlyList(Of Integer)

属性值

IReadOnlyList<Int32>

适用于