IVsPersistSolutionProps2.OnSolutionLoadFailure(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.
Method for the package to call when a solution fails to load.
public:
int OnSolutionLoadFailure(System::String ^ pszKey);
public:
int OnSolutionLoadFailure(Platform::String ^ pszKey);
int OnSolutionLoadFailure(std::wstring const & pszKey);
public int OnSolutionLoadFailure (string pszKey);
abstract member OnSolutionLoadFailure : string -> int
Public Function OnSolutionLoadFailure (pszKey As String) As Integer
Parameters
- pszKey
- String
[in] Pointer to a string containing the key used when creating the solution.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.