CommandLineArgumentRelation Class

Definition

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
CommandLineArgumentRelation

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)

Applies to