IVsSolution4.ReloadProject(Guid) Method

Definition

Reloads a single unloaded project without requiring any dependencies to be loaded.

public:
 int ReloadProject(Guid % guidProjectID);
public int ReloadProject (ref Guid guidProjectID);
abstract member ReloadProject : Guid -> int
Public Function ReloadProject (ByRef guidProjectID As Guid) As Integer

Parameters

guidProjectID
Guid

The GUID of the project

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code. If the project was not previously unloaded, then this method does nothing and returns S_FALSE.

Applies to