CommandLineArgumentRelation(String, String, Boolean, 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.
Constructor.
public:
CommandLineArgumentRelation(System::String ^ argument, System::String ^ value, bool required, System::String ^ separator);
public CommandLineArgumentRelation (string argument, string value, bool required, string separator);
new Microsoft.Build.Tasks.Xaml.CommandLineArgumentRelation : string * string * bool * string -> Microsoft.Build.Tasks.Xaml.CommandLineArgumentRelation
Public Sub New (argument As String, value As String, required As Boolean, separator As String)
Parameters
- argument
- String
The argument
- value
- String
The value.
- required
- Boolean
true
if required.
- separator
- String
The separator between arguments.