IVsCfgProviderEventsHelper Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodAdviseCfgProviderEvents(IVsCfgProviderEvents^, UInt32)

Called to add listeners for configuration events to the array.

System_CAPS_pubmethodNotifyOnCfgNameAdded(String^)

Fired to sink configuration name added events for all listeners in the array.

System_CAPS_pubmethodNotifyOnCfgNameDeleted(String^)

Fired to sink configuration name deleted events for all listeners in the array.

System_CAPS_pubmethodNotifyOnCfgNameRenamed(String^, String^)

Fired to sink configuration name renamed events for all listeners in the array.

System_CAPS_pubmethodNotifyOnPlatformNameAdded(String^)

Fired to sink platform name added events for all listeners in the array.

System_CAPS_pubmethodNotifyOnPlatformNameDeleted(String^)

Fired to sink platform name deleted events for all listeners in the array.

System_CAPS_pubmethodUnadviseCfgProviderEvents(UInt32)

Called to remove listeners from the array of listeners for configuration events.

Return to top
Show: