PropertyData Struct
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.
Structure defining single MSBuild property instance.
public value class PropertyData : IEquatable<Microsoft::Build::Framework::PropertyData>
public readonly struct PropertyData : IEquatable<Microsoft.Build.Framework.PropertyData>
type PropertyData = struct
Public Structure PropertyData
Implements IEquatable(Of PropertyData)
- Inheritance
-
PropertyData
- Implements
Constructors
PropertyData(String, String) |
Structure defining single MSBuild property instance. |
Properties
Name |
The name of property - e.g. 'TargetFramework'. |
Value |
The actual value of property - e.g. 'net9'. |
Methods
Deconstruct(String, String) | |
Equals(Object) | |
Equals(PropertyData) | |
GetHashCode() | |
ToString() |
Operators
Equality(PropertyData, PropertyData) | |
Inequality(PropertyData, PropertyData) |