ServiceProviderExtensions.GetCommandLineOptions(IServiceProvider) 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.
Gets the command line options from the IServiceProvider.
public static Microsoft.Testing.Platform.CommandLine.ICommandLineOptions GetCommandLineOptions(this IServiceProvider serviceProvider);
static member GetCommandLineOptions : IServiceProvider -> Microsoft.Testing.Platform.CommandLine.ICommandLineOptions
<Extension()>
Public Function GetCommandLineOptions (serviceProvider As IServiceProvider) As ICommandLineOptions
Parameters
- serviceProvider
- IServiceProvider
The service provider.
Returns
The command line options.