IVsDebugTargetSelectionService.UpdateDebugTargets Method

Definition

Updates the debug targets.

public:
 void UpdateDebugTargets();
public:
 void UpdateDebugTargets();
void UpdateDebugTargets();
public void UpdateDebugTargets ();
abstract member UpdateDebugTargets : unit -> unit
Public Sub UpdateDebugTargets ()

Remarks

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.

Applies to