Compartir a través de


LocalizationResources.UnrecognizedArgument Método

Definición

Interpola valores en una cadena localizada similar al argumento '{0}' no reconocido. Debe ser una de las siguientes:{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

Parámetros

unrecognizedArg
String
allowedValues
IReadOnlyCollection<String>

Devoluciones

Se aplica a