LocalizedStringProviderValidateProhibitsFailed Method
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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.