PropertyRelation Constructors

Definition

Constructor.

Overloads

PropertyRelation()

Source:
CommandLineToolSwitch.cs

Constructor

C#
public PropertyRelation();
C#
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public PropertyRelation();
Attributes

Applies to

MSBuild 17 ve diğer sürümler
Ürün Sürümler
MSBuild 15, 16, 17

PropertyRelation(String, String, Boolean)

Source:
CommandLineToolSwitch.cs

Constructor.

C#
public PropertyRelation(string argument, string value, bool required);

Parameters

argument
String

The argument.

value
String

The value of the property.

required
Boolean

true if the property is required.

Applies to

MSBuild 17 ve diğer sürümler
Ürün Sürümler
MSBuild 15, 16, 17