Share via


IVsPersistSolutionProps2.OnSolutionLoadFailure(String) Method

Definition

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.

Applies to