IVsDebugTargetSelectionService Interface
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.
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. |