ServiceProviderExtensions.GetCommandLineOptions(IServiceProvider) Method

Definition

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.

Applies to