CommandLineParseOption(String, String[]) Constructor
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.
Represents a command line parsed option.
public CommandLineParseOption(string name, string[] arguments);
new Microsoft.Testing.Platform.CommandLine.CommandLineParseOption : string * string[] -> Microsoft.Testing.Platform.CommandLine.CommandLineParseOption
Public Sub New (name As String, arguments As String())
Parameters
- name
- String
The name of the option.
- arguments
- String[]
The arguments associated to this option.