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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.