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)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("310466BA-2B59-4CCE-9592-95E195096939")]
public interface IVsDebugTargetSelectionService

NameDescription
System_CAPS_pubmethodUpdateDebugTargets()

Updates the debug targets.

Return to top
Show: