CommandLineBuilderExtensions.EnableLegacyDoubleDashBehavior Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine le comportement lors de l’analyse d’un tiret double (--
) dans une ligne de commande.
public static System.CommandLine.Builder.CommandLineBuilder EnableLegacyDoubleDashBehavior (this System.CommandLine.Builder.CommandLineBuilder builder, bool value = true);
static member EnableLegacyDoubleDashBehavior : System.CommandLine.Builder.CommandLineBuilder * bool -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function EnableLegacyDoubleDashBehavior (builder As CommandLineBuilder, Optional value As Boolean = true) As CommandLineBuilder
Paramètres
- builder
- CommandLineBuilder
- value
- Boolean
Retours
Remarques
Lorsque la valeur est définie true
sur , tous les jetons suivants --
sont placés dans la UnparsedTokens collection. Lorsqu’ils false
sont définis sur , tous les jetons suivants --
sont traités comme des arguments de commande, même s’ils correspondent à une option existante.