Share via


CreateFile Class

Definition

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
CreateFile
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.

Applies to