LocalizationResources.ExpectsFewerArguments(Token, Int32, Int32) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Interpoluje wartości do zlokalizowanego ciągu podobnego do polecenia "{0}" oczekuje nie więcej niż {1} argumentów, ale {2} zostały podane.
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
Parametry
- token
- Token
- providedNumberOfValues
- Int32
- maximumNumberOfValues
- Int32
Zwraca
Dotyczy
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.