ItemData 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 item instance.
public value class ItemData
public readonly struct ItemData
type ItemData = struct
Public Structure ItemData
- Inheritance
-
ItemData
Remarks
The underlying data can be of various distinct types - so it needs to be accessed via provided accessor methods
Constructors
ItemData(String, Object) |
Properties
EvaluatedInclude |
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'. |
Methods
EnumerateMetadata() |
The item metadata |