Open Project Command

 

For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.

For the latest documentation on Visual Studio 2017, see Open Project Command on docs.microsoft.com. Opens an existing project.

File.OpenProject filename  

filename
Required. The full path and file name of the project to open.

The syntax for the filename argument requires that paths containing spaces use quotation marks.

Auto completion tries to locate the correct path and file name as you type.

This command is not available while debugging.

This example opens the Visual Basic project, Test1.

>File.OpenProject "C:\My Projects\Test1\Test1.vbproj"  

Visual Studio Commands
Command Window
Find/Command Box
Visual Studio Command Aliases

Show: