ReloadProject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |