CommandLineBuilderExtensions.EnableDirectives 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可讓剖析器辨識命令行指示詞。
public static System.CommandLine.Builder.CommandLineBuilder EnableDirectives (this System.CommandLine.Builder.CommandLineBuilder builder, bool value = true);
static member EnableDirectives : System.CommandLine.Builder.CommandLineBuilder * bool -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function EnableDirectives (builder As CommandLineBuilder, Optional value As Boolean = true) As CommandLineBuilder
參數
- builder
- CommandLineBuilder
命令行產生器。
- value
- Boolean
如果設定為 true
,則會啟用 指示詞。 否則,它們會像任何其他令牌一樣剖析。
傳回
的相同實例 CommandLineBuilder。