Share via


ReloadProject Class

Definition

Represents the operation to reload a project.

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

Constructors

ReloadProject(String)

Initializes a new instance of the ReloadProject class.

Properties

Action
ProjectPath

Gets the path of the project to be reloaded. The path can be absolute or relative to the solution file.

Applies to