Udostępnij za pośrednictwem


LocalizationResources.UnrecognizedArgument Metoda

Definicja

Interpoluje wartości do zlokalizowanego ciągu podobnego do argumentu "{0}" nie rozpoznanego. Musi być jednym z:{1}.

public:
 virtual System::String ^ UnrecognizedArgument(System::String ^ unrecognizedArg, System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ allowedValues);
public virtual string UnrecognizedArgument (string unrecognizedArg, System.Collections.Generic.IReadOnlyCollection<string> allowedValues);
abstract member UnrecognizedArgument : string * System.Collections.Generic.IReadOnlyCollection<string> -> string
override this.UnrecognizedArgument : string * System.Collections.Generic.IReadOnlyCollection<string> -> string
Public Overridable Function UnrecognizedArgument (unrecognizedArg As String, allowedValues As IReadOnlyCollection(Of String)) As String

Parametry

unrecognizedArg
String
allowedValues
IReadOnlyCollection<String>

Zwraca

Dotyczy