ITaskItem::CopyMetadataTo Method (ITaskItem^)
Visual Studio 2015
Copies the custom metadata entries to another item.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Assembly: Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)
Parameters
- destinationItem
-
Type:
Microsoft.Build.Framework::ITaskItem^
The item to copy the metadata entries to.
Follow the guidelines below when implementing this method.
Do not overwrite the ItemSpec property.
Do not overwrite existing metadata entries.
Do not copy metadata entries that do not make sense on the destination item.
Show: