IVsProjectCfgDebugTargetSelection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetCurrentDebugTarget(Guid, UInt32, String^) | Retrieves the command that is currently latched on the debug target menu controller. |
![]() | GetDebugTargetListOfType(Guid, UInt32) | Retrieves a list of strings your project requires for the specified debug target type command. |
![]() | HasDebugTargets(IVsDebugTargetSelectionService^, Array^) | Retrieves a list of supported debug target types. This list is returned as a set of "<Guid>:<Id>" pairs as an array of strings. |
![]() | SetCurrentDebugTarget(Guid, UInt32, String^) | Sets the current debug target when the user picks an item on the debug target menu controller. |
Show:
