CommandLineParseResult.Options Property

Definition

Gets the collection of parsed options.

public System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.CommandLine.CommandLineParseOption> Options { get; }
member this.Options : System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.CommandLine.CommandLineParseOption>
Public ReadOnly Property Options As IReadOnlyList(Of CommandLineParseOption)

Property Value

Applies to