IVsDebugTargetSelectionService Interface
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("310466BA-2B59-4CCE-9592-95E195096939")> _
Public Interface IVsDebugTargetSelectionService
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("310466BA-2B59-4CCE-9592-95E195096939")]
public interface IVsDebugTargetSelectionService
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"310466BA-2B59-4CCE-9592-95E195096939")]
public interface class IVsDebugTargetSelectionService
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("310466BA-2B59-4CCE-9592-95E195096939")>]
type IVsDebugTargetSelectionService = interface end
public interface IVsDebugTargetSelectionService
The IVsDebugTargetSelectionService type exposes the following members.
Methods
Name | Description | |
---|---|---|
UpdateDebugTargets | Updates the debug targets. |
Top