IVsProjectCfgDebugTargetSelection.GetDebugTargetListOfType Method

Definition

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

public:
 Array ^ GetDebugTargetListOfType(Guid guidDebugTargetType, System::UInt32 debugTargetTypeId);
public Array GetDebugTargetListOfType (Guid guidDebugTargetType, uint debugTargetTypeId);
abstract member GetDebugTargetListOfType : Guid * uint32 -> Array
Public Function GetDebugTargetListOfType (guidDebugTargetType As Guid, debugTargetTypeId As UInteger) As Array

Parameters

guidDebugTargetType
Guid

[in] The debug target type for which to retrieve the list of strings.

debugTargetTypeId
UInt32

[in] The identifier of the debug target type.

Returns

An array containing the debug target list.

Remarks

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.

Applies to