ICommandLineOptionsProvider.GetCommandLineOptions Method

Definition

Gets the command line options provided by this extension.

public System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption> GetCommandLineOptions();
abstract member GetCommandLineOptions : unit -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption>
Public Function GetCommandLineOptions () As IReadOnlyCollection(Of CommandLineOption)

Returns

The collection of command line options.

Applies to