PropertyData Struct
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>
C#
public readonly struct PropertyData : IEquatable<Microsoft.Build.Framework.PropertyData>
type PropertyData = struct
Public Structure PropertyData
Implements IEquatable(Of PropertyData)
- Inheritance
-
PropertyData
- Implements
Property |
Structure defining single MSBuild property instance. |
Name |
The name of property - e.g. 'TargetFramework'. |
Value |
The actual value of property - e.g. 'net9'. |
Ürün | Sürümler |
---|---|
MSBuild | 17 |
MSBuild (.NET Core) | 17 |