AddFiles Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |