Copy.CopiedFiles Property

Definition

The subset of files that were successfully copied.

This API supports the product infrastructure and is not intended to be used directly from your code.

[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] CopiedFiles { get; }
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] CopiedFiles { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }

Property Value

The items that were successfully copied.

Attributes

Applies to