Share via


ExternalProjectsProvider.Disconnected(ProjectCollection) Method

Definition

Called when External provider is "disconnected" from the local collection - aka it will be no longer used to extend the projects list. This is triggered by either project collection disposing or when another call to SetExternalProjectsProvider is invoked. The purpose of this call is to allow the external provider release any associate data (caches/connections etc).

public:
 virtual void Disconnected(Microsoft::Build::Evaluation::ProjectCollection ^ collection);
public virtual void Disconnected (Microsoft.Build.Evaluation.ProjectCollection collection);
abstract member Disconnected : Microsoft.Build.Evaluation.ProjectCollection -> unit
override this.Disconnected : Microsoft.Build.Evaluation.ProjectCollection -> unit
Public Overridable Sub Disconnected (collection As ProjectCollection)

Parameters

collection
ProjectCollection

Applies to