Partilhar via


LocalizationResources.UnrecognizedArgument Método

Definição

Interpola valores em uma cadeia de caracteres localizada semelhante ao Argumento '{0}' não reconhecido. Deve ser um de:{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>

Retornos

Aplica-se a