Engine.UnloadAllProjects 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.
Remove all references to Project objects from our cache. This is called by the IDE on Solution Close.
public:
void UnloadAllProjects();
public void UnloadAllProjects ();
member this.UnloadAllProjects : unit -> unit
Public Sub UnloadAllProjects ()