IVsCfgProviderEventsHelper Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseCfgProviderEvents(IVsCfgProviderEvents^, UInt32) | Called to add listeners for configuration events to the array. |
![]() | NotifyOnCfgNameAdded(String^) | Fired to sink configuration name added events for all listeners in the array. |
![]() | NotifyOnCfgNameDeleted(String^) | Fired to sink configuration name deleted events for all listeners in the array. |
![]() | NotifyOnCfgNameRenamed(String^, String^) | Fired to sink configuration name renamed events for all listeners in the array. |
![]() | NotifyOnPlatformNameAdded(String^) | Fired to sink platform name added events for all listeners in the array. |
![]() | NotifyOnPlatformNameDeleted(String^) | Fired to sink platform name deleted events for all listeners in the array. |
![]() | UnadviseCfgProviderEvents(UInt32) | Called to remove listeners from the array of listeners for configuration events. |
Show:
