IVsSolution4.ReloadProject(Guid) 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.
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.