Share via


CreateSolutionFolder Class

Definition

Represents the operation to add a solution folder to a solution or an existing solution folder.

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

Constructors

CreateSolutionFolder(String)

Initializes a new instance of the CreateSolutionFolder class.

Properties

Action
Name

Gets the name of the new solution folder to be created.

Applies to