Share via


IVsAsynchOpenFromSccProjectEvents.OnLoadComplete Method

Definition

Called when an asynchronous load is done.

public:
 int OnLoadComplete();
public:
 int OnLoadComplete();
int OnLoadComplete();
public int OnLoadComplete ();
abstract member OnLoadComplete : unit -> int
Public Function OnLoadComplete () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.A source control package does not typically expect this method to return an error code, since there is nothing the source control package can do about the error once the load is complete.

Remarks

COM Signature

From vsshell80.idl

HRESULT OnLoadComplete();  

This method is called by the source control package that has completed an asynchronous load of a project or solution and all its files. This method is called only if the source control package was told to load a project asynchronously with a call to the LoadProject method.

Applies to