Share via


AddProject Class

Definition

Represents the operation to add a project to a solution or a solution folder.

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

Constructors

AddProject(String)

Initializes a new instance of the AddProject class.

Properties

Action
ProjectPath

Gets the relative path of the new file to be created.

Applies to