PropertyRelation Constructors
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.
Overloads
PropertyRelation() |
Constructor |
PropertyRelation(String, String, Boolean) |
Constructor. |
PropertyRelation()
- Source:
- CommandLineToolSwitch.cs
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)
- Source:
- CommandLineToolSwitch.cs
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.