IVsSolutionLoadManager.OnDisconnect Method

Definition

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.

Applies to