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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา