ItemMetadata Element (MSBuild)
Visual Studio 2012
Contains a user-defined item metadata key, which contains the item metadata value. An item may have any number of metadata key-value pairs.
<ItemGroup>
<Item>
<ItemMetadataName> Item Metadata value</ItemMetadataName>
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
|---|---|
Condition | Optional attribute. Condition to be evaluated. For more information, see MSBuild Conditions. |
Child Elements
None.
Parent Elements
Element | Description |
|---|---|
A user-defined element that defines the inputs for the build process. |