ProjectCollection.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.
Unloads all the projects contained by this ProjectCollection. Host should call this when they are completely done with all the projects.
public:
void UnloadAllProjects();
public void UnloadAllProjects ();
member this.UnloadAllProjects : unit -> unit
Public Sub UnloadAllProjects ()
Remarks
The host should call this method when it no longer needs the projects.