ExternalProjectsProvider.Disconnected(ProjectCollection) 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.
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