LocalizationResources.ExpectsFewerArguments(Token, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interpolates values into a localized string similar to Command '{0}' expects no more than {1} arguments, but {2} were provided.
public:
virtual System::String ^ ExpectsFewerArguments(System::CommandLine::Parsing::Token ^ token, int providedNumberOfValues, int maximumNumberOfValues);
public:
virtual System::String ^ ExpectsFewerArguments(System::CommandLine::Parsing::Token token, int providedNumberOfValues, int maximumNumberOfValues);
public virtual string ExpectsFewerArguments(System.CommandLine.Parsing.Token token, int providedNumberOfValues, int maximumNumberOfValues);
abstract member ExpectsFewerArguments : System.CommandLine.Parsing.Token * int * int -> string
override this.ExpectsFewerArguments : System.CommandLine.Parsing.Token * int * int -> string
Public Overridable Function ExpectsFewerArguments (token As Token, providedNumberOfValues As Integer, maximumNumberOfValues As Integer) As String
Parameters
- token
- Token
- providedNumberOfValues
- Int32
- maximumNumberOfValues
- Int32
Returns
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.