IVsDebugTargetSelectionService Interface

Definition

Provides Debug Target selection services. This interface is implemented by the singleton DebugTargetHandler package. Projects can optionally participate with this common implementation of the DebugTarget menu controller. You can get an instance of this interface from the SVsDebugTargetSelectionService (SID_SVsDebugTargetSelectionService) service.

public interface class IVsDebugTargetSelectionService
public interface class IVsDebugTargetSelectionService
__interface IVsDebugTargetSelectionService
[System.Runtime.InteropServices.Guid("310466BA-2B59-4CCE-9592-95E195096939")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugTargetSelectionService
[<System.Runtime.InteropServices.Guid("310466BA-2B59-4CCE-9592-95E195096939")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebugTargetSelectionService = interface
Public Interface IVsDebugTargetSelectionService
Attributes

Methods

UpdateDebugTargets()

Updates the debug targets.

Applies to