CommandLineBuilderExtensions.UseParseErrorReporting 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定命令列,以在剖析命令列輸入時將錯誤資訊寫入標準錯誤。
public static System.CommandLine.Builder.CommandLineBuilder UseParseErrorReporting (this System.CommandLine.Builder.CommandLineBuilder builder, int? errorExitCode = default);
static member UseParseErrorReporting : System.CommandLine.Builder.CommandLineBuilder * Nullable<int> -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function UseParseErrorReporting (builder As CommandLineBuilder, Optional errorExitCode As Nullable(Of Integer) = Nothing) As CommandLineBuilder
參數
- builder
- CommandLineBuilder
命令行產生器。
傳回
的相同實例 CommandLineBuilder。