ItemData 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 item instance.
public value class ItemData
C#
public readonly struct ItemData
type ItemData = struct
Public Structure ItemData
- Inheritance
-
ItemData
The underlying data can be of various distinct types - so it needs to be accessed via provided accessor methods
Evaluated |
Gets the item evaluated include data. It is in fact a 'specification' of the item (e.g. path on disk to a specific ProjectReference) |
Type |
The type of property - e.g. 'PackageReference'. |
Enumerate |
The item metadata |
Produto | Versións |
---|---|
MSBuild | 17 |
MSBuild (.NET Core) | 17 |