IVsCfgProviderEvents Interface
Provides notifications of configuration events.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnCfgNameAdded(String) | Notifies the environment when a configuration name has been added. |
![]() | OnCfgNameDeleted(String) | Notifies the environment when a configuration name has been deleted. |
![]() | OnCfgNameRenamed(String, String) | Notifies the environment when a configuration name has been renamed. |
![]() | OnPlatformNameAdded(String) | Notifies the environment when a platform name has been added. |
![]() | OnPlatformNameDeleted(String) | Notifies the environment when a platform name has been deleted. |
This interface provides a way for project configurations to report changes to interested parties. Implementers of IVsCfgProviderEvents call AdviseCfgProviderEvents to register to receive these notifications. When notifications are no longer desired, UnadviseCfgProviderEvents is called to cancel the registration.
Notes to Implementers:
Implemented by the environment to enable it to be notified when a project's configuration changes.
Notes to Callers:
Called by projects to notify the environment when a configuration or platform name is added, deleted, or renamed.
