Поделиться через


PropertyData Struct

Definition

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)

Applies to