IVsCfgProviderEvents Interface
Provides notifications of configuration events.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
声明
<GuidAttribute("E6D78900-BB40-4039-9C54-593A242B65DA")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCfgProviderEvents
用法
Dim instance As IVsCfgProviderEvents
[GuidAttribute("E6D78900-BB40-4039-9C54-593A242B65DA")]
[InterfaceTypeAttribute()]
public interface IVsCfgProviderEvents
[GuidAttribute(L"E6D78900-BB40-4039-9C54-593A242B65DA")]
[InterfaceTypeAttribute()]
public interface class IVsCfgProviderEvents
[<GuidAttribute("E6D78900-BB40-4039-9C54-593A242B65DA")>]
[<InterfaceTypeAttribute()>]
type IVsCfgProviderEvents = interface end
public interface IVsCfgProviderEvents
Remarks
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.