IVsProjectCfgDebugTargetSelection::GetDebugTargetListOfType Method (Guid, UInt32)
Visual Studio 2015
Retrieves a list of strings your project requires for the specified debug target type command.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Array^ GetDebugTargetListOfType( Guid guidDebugTargetType, unsigned int debugTargetTypeId )
Parameters
- guidDebugTargetType
-
Type:
System::Guid
[in] The debug target type for which to retrieve the list of strings.
- debugTargetTypeId
-
Type:
System::UInt32
[in] The identifier of the debug target type.
Each debug target type command is handled as a "DynamicItemStart" command that can be expanded to a list of instances of the same command. This enables the project to have, for example, repeating commands to reference multiple target machines for remote debugging.
Show: