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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.