IVsProjectCfgDebugTargetSelection Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

NameDescription
System_CAPS_pubmethodGetCurrentDebugTarget(Guid, UInt32, String^)

Retrieves the command that is currently latched on the debug target menu controller.

System_CAPS_pubmethodGetDebugTargetListOfType(Guid, UInt32)

Retrieves a list of strings your project requires for the specified debug target type command.

System_CAPS_pubmethodHasDebugTargets(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.

System_CAPS_pubmethodSetCurrentDebugTarget(Guid, UInt32, String^)

Sets the current debug target when the user picks an item on the debug target menu controller.

Return to top
Show: