IVsDebugTargetSelectionService.UpdateDebugTargets Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.