Share via


SetSolutionFolderName Class

Definition

Represents the operation to set a solution folder name.

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

Constructors

SetSolutionFolderName(String)

Initializes a new instance of the SetSolutionFolderName class.

Properties

Action
Name

The name to set the solution folder to.

Applies to