Condividi tramite


LocalizationResources.UnrecognizedArgument Metodo

Definizione

Interpola i valori in una stringa localizzata simile all'argomento '{0}' non riconosciuto. Deve essere uno di:{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

Parametri

unrecognizedArg
String
allowedValues
IReadOnlyCollection<String>

Restituisce

Si applica a