PropertyRelation Constructors

Definition

Constructor.

Overloads

PropertyRelation()

Constructor

PropertyRelation(String, String, Boolean)

Constructor.

PropertyRelation()

Constructor

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

Applies to

PropertyRelation(String, String, Boolean)

Constructor.

public:
 PropertyRelation(System::String ^ argument, System::String ^ value, bool required);
public PropertyRelation (string argument, string value, bool required);
new Microsoft.Build.Tasks.Xaml.PropertyRelation : string * string * bool -> Microsoft.Build.Tasks.Xaml.PropertyRelation
Public Sub New (argument As String, value As String, required As Boolean)

Parameters

argument
String

The argument.

value
String

The value of the property.

required
Boolean

true if the property is required.

Applies to