CommandLineArgumentRelation Class
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.
Derived class indicating how to separate values from the specified argument.
public ref class CommandLineArgumentRelation : Microsoft::Build::Tasks::Xaml::PropertyRelation
public class CommandLineArgumentRelation : Microsoft.Build.Tasks.Xaml.PropertyRelation
type CommandLineArgumentRelation = class
inherit PropertyRelation
Public Class CommandLineArgumentRelation
Inherits PropertyRelation
- Inheritance
Constructors
CommandLineArgumentRelation(String, String, Boolean, String) |
Constructor. |
Properties
Argument |
The name of the argument (Inherited from PropertyRelation) |
Required |
Flag indicating if the argument is required or not. (Inherited from PropertyRelation) |
Separator |
The separator. |
Value |
The value. (Inherited from PropertyRelation) |