다음을 통해 공유


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>

반환

적용 대상