Método IVsSolutionLoadEvents.OnBeforeOpenSolution (String)
Publicado: abril de 2016
Acionado antes do início de uma solução aberta.Extensores podem ativar o Gerenciador de carga de um solução, definindo VSPROPID_ActiveSolutionLoadManager.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int OnBeforeOpenSolution(
string pszSolutionFilename
)
int OnBeforeOpenSolution(
String^ pszSolutionFilename
)
abstract OnBeforeOpenSolution :
pszSolutionFilename:string -> int
Function OnBeforeOpenSolution (
pszSolutionFilename As String
) As Integer
Parâmetros
- pszSolutionFilename
O nome do arquivo de solução.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Consulte também
Interface IVsSolutionLoadEvents
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo