IVsDebugTargetSelectionService::UpdateDebugTargets Method ()

 

Updates the debug targets.

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

void UpdateDebugTargets()

If the project ever wants to inform the menu controller that the CurrentDebugTarget has changed by some other mechanism than the user making a selection with the menu controller, then the project can call this method to tell the menu control to update its state at the next idle time. For the convenience of the project, the DebugTargetHandler's implementation of IVsDebugTargetSelectionService is passed as a parameter to this method.

Return to top
Show: