IVsSolutionLoadManager.OnDisconnect 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.
Called when VSPROPID_ActiveSolutionLoadManager is cleared.
public:
int OnDisconnect();
public:
int OnDisconnect();
int OnDisconnect();
public int OnDisconnect ();
abstract member OnDisconnect : unit -> int
Public Function OnDisconnect () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Normally a disconnect happens only on shutdown or when another package calls IVsSolution.SetProperty(VSPROPID_ActiveSolutionLoadManager)
to take over as the active solution load manager.