ICommandLineOptionsProvider.ValidateCommandLineOptionsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validate that the command line options are valid in the context of each other.
public System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult> ValidateCommandLineOptionsAsync(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions commandLineOptions);
abstract member ValidateCommandLineOptionsAsync : Microsoft.Testing.Platform.CommandLine.ICommandLineOptions -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>
Public Function ValidateCommandLineOptionsAsync (commandLineOptions As ICommandLineOptions) As Task(Of ValidationResult)
Parameters
- commandLineOptions
- ICommandLineOptions
All command line options (including the ones provided by other extensions) are provided.
Returns
The result of the validation.