IVsProjectCfgDebugTargetSelection::GetDebugTargetListOfType Method (Guid, UInt32)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Array^

An array containing the debug target list.

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.

Return to top
Show: