Share via


Move.DestinationFiles Property

Gets or sets the destination files that represent the destination of the matching source files.

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.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
<OutputAttribute> _
Public Property DestinationFiles As ITaskItem()
[OutputAttribute]
public ITaskItem[] DestinationFiles { get; set; }
[OutputAttribute]
public:
property array<ITaskItem^>^ DestinationFiles {
    array<ITaskItem^>^ get ();
    void set (array<ITaskItem^>^ value);
}
[<OutputAttribute>]
member DestinationFiles : ITaskItem[] with get, set
function get DestinationFiles () : ITaskItem[]
function set DestinationFiles (value : ITaskItem[])

Property Value

Type: array<Microsoft.Build.Framework.ITaskItem[]
Returns an item that represents the destination files.

.NET Framework Security

See Also

Reference

Move Class

Microsoft.Build.Tasks Namespace