Share via


AddFiles Class

Definition

Represents the operation to add an existing file to the project.

[System.Runtime.CompilerServices.Nullable(0)]
public class AddFiles : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type AddFiles = class
    inherit ExecutableStep
Public Class AddFiles
Inherits ExecutableStep
Inheritance
Attributes

Constructors

AddFiles(String[], String, String, Boolean)

Initializes a new instance of the AddFiles class.

Properties

Action
CopyFile

Gets whether the file need be copied if the file is not already in the target location.

ItemsPath

Gets the path of the new file to be created.

ItemType

Gets the type of the new file to be created.

TargetFolder

Gets the optional relative path of the target folder inside the project.

Applies to