CreateFile 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 create a new file in a project.
[System.Runtime.CompilerServices.Nullable(0)]
public class CreateFile : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type CreateFile = class
inherit ExecutableStep
Public Class CreateFile
Inherits ExecutableStep
- Inheritance
- Attributes
Constructors
CreateFile(String, String, String) |
Initializes a new instance of the CreateFile class. |
Properties
Action | |
Content |
Gets the initial content of the file. |
ItemPath |
Gets the relative path of the new file to be created. |
ItemType |
Gets the type of the new file to be created. |