IVsCfgProviderEvents Interface
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.
Provides notifications of configuration events.
public interface class IVsCfgProviderEvents
public interface class IVsCfgProviderEvents
__interface IVsCfgProviderEvents
[System.Runtime.InteropServices.Guid("E6D78900-BB40-4039-9C54-593A242B65DA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCfgProviderEvents
[System.Runtime.InteropServices.Guid("E6D78900-BB40-4039-9C54-593A242B65DA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCfgProviderEvents
[<System.Runtime.InteropServices.Guid("E6D78900-BB40-4039-9C54-593A242B65DA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCfgProviderEvents = interface
[<System.Runtime.InteropServices.Guid("E6D78900-BB40-4039-9C54-593A242B65DA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCfgProviderEvents = interface
Public Interface IVsCfgProviderEvents
- Attributes
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.
Implemented by the environment to enable it to be notified when a project's configuration changes.
Called by projects to notify the environment when a configuration or platform name is added, deleted, or renamed.
On |
Notifies the environment when a configuration name has been added. |
On |
Notifies the environment when a configuration name has been deleted. |
On |
Notifies the environment when a configuration name has been renamed. |
On |
Notifies the environment when a platform name has been added. |
On |
Notifies the environment when a platform name has been deleted. |
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |