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


ItemData Struct

Definition

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

Applies to