ICommandLineOptionsProvider.GetCommandLineOptions 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 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.