ProjectCollection.UnloadAllProjects Method

Definition

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.

Applies to