LocalizedStringProviderValidateProhibitsFailed Method
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public virtual string ValidateProhibitsFailed(
string argumentName,
IEnumerable<CommandLineArgument> prohibitedArguments
)
Public Overridable Function ValidateProhibitsFailed (
argumentName As String,
prohibitedArguments As IEnumerable(Of CommandLineArgument)
) As String
Dim instance As LocalizedStringProvider
Dim argumentName As String
Dim prohibitedArguments As IEnumerable(Of CommandLineArgument)
Dim returnValue As String
returnValue = instance.ValidateProhibitsFailed(argumentName,
prohibitedArguments)
public:
virtual String^ ValidateProhibitsFailed(
String^ argumentName,
IEnumerable<CommandLineArgument^>^ prohibitedArguments
)
- argumentName String
- The name of the argument.
- prohibitedArguments IEnumerableCommandLineArgument
- The names of the prohibited arguments.
StringThe error message.