Comando Abrir projetoOpen project command
Abre uma solução ou um projeto existente.Opens an existing project or solution.
SintaxeSyntax
File.OpenProject filename
ArgumentosArguments
filename
Obrigatórios.Required. O caminho completo e o nome do arquivo do projeto ou da solução a serem abertos.The full path and file name of the project or solution to open.
Observação
A sintaxe do argumento filename
requer que os caminhos que contêm espaços usem aspas.The syntax for the filename
argument requires that paths that contain spaces use quotation marks.
ComentáriosRemarks
O preenchimento automático tenta localizar o caminho e o nome do arquivo corretos enquanto você digita.Auto-completion tries to locate the correct path and file name as you type.
Esse comando não está disponível durante a depuração.This command is not available while debugging.
ExemploExample
O exemplo a seguir abre o projeto do Visual Basic Test1:The following example opens the Visual Basic project Test1:
>File.OpenProject "C:\My Projects\Test1\Test1.vbproj"