Copy.DestinationFolder Property

Definition

Gets or sets the directory to which you want to copy the files.

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

public:
 property Microsoft::Build::Framework::ITaskItem ^ DestinationFolder { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
public Microsoft.Build.Framework.ITaskItem DestinationFolder { get; set; }
public Microsoft.Build.Framework.ITaskItem DestinationFolder { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.DestinationFolder : Microsoft.Build.Framework.ITaskItem with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.DestinationFolder : Microsoft.Build.Framework.ITaskItem with get, set
Public Property DestinationFolder As ITaskItem

Property Value

The directory to which you want to copy the files.

Attributes

Remarks

The destination folder must be a directory, not a file. If the directory does not exist, it is created automatically.

Applies to