SolutionEvents.IVsSolutionLoadEvents.OnBeforeOpenSolution(String) Method
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.
Occurs on/before the solution is open.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeOpenSolution(System::String ^ solutionFilename) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionLoadEvents::OnBeforeOpenSolution;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeOpenSolution(Platform::String ^ solutionFilename) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionLoadEvents::OnBeforeOpenSolution;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeOpenSolution(std::wstring const & solutionFilename);
int IVsSolutionLoadEvents.OnBeforeOpenSolution (string solutionFilename);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeOpenSolution : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeOpenSolution : string -> int
Function OnBeforeOpenSolution (solutionFilename As String) As Integer Implements IVsSolutionLoadEvents.OnBeforeOpenSolution
Parameters
- solutionFilename
- String
The name of the solution file.
Returns
Returns Int32.