次の方法で共有


LocalizationResources.UnrecognizedArgument メソッド

定義

引数 '{0}' に似たローカライズされた文字列に値を補間します。認識されません。 次のいずれか{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

パラメーター

unrecognizedArg
String
allowedValues
IReadOnlyCollection<String>

戻り値

適用対象