IVsMSBuildHostObject::Close Method ()
Visual Studio 2015
Closes a build host object.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Project systems are expected to call this method after calling MSBuild to build a target (real build or Intellisense build).
From vsshell90.idl:
HRESULT Close();
Show: