LocalizedStringProviderValidateRequiresFailed Method
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public virtual string ValidateRequiresFailed(
string argumentName,
IEnumerable<CommandLineArgument> dependencies
)
Public Overridable Function ValidateRequiresFailed (
argumentName As String,
dependencies As IEnumerable(Of CommandLineArgument)
) As String
Dim instance As LocalizedStringProvider
Dim argumentName As String
Dim dependencies As IEnumerable(Of CommandLineArgument)
Dim returnValue As String
returnValue = instance.ValidateRequiresFailed(argumentName,
dependencies)
public:
virtual String^ ValidateRequiresFailed(
String^ argumentName,
IEnumerable<CommandLineArgument^>^ dependencies
)
- argumentName String
- The name of the argument.
- dependencies IEnumerableCommandLineArgument
- The names of the required arguments.
StringThe error message.