IVsProjectCfgDebugTargetSelection.GetDebugTargetListOfType Method
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)
Syntax
'Declaration
Function GetDebugTargetListOfType ( _
guidDebugTargetType As Guid, _
debugTargetTypeId As UInteger _
) As Array
Array GetDebugTargetListOfType(
Guid guidDebugTargetType,
uint debugTargetTypeId
)
Array^ GetDebugTargetListOfType(
[InAttribute] Guid guidDebugTargetType,
[InAttribute] unsigned int debugTargetTypeId
)
abstract GetDebugTargetListOfType :
guidDebugTargetType:Guid *
debugTargetTypeId:uint32 -> Array
function GetDebugTargetListOfType(
guidDebugTargetType : Guid,
debugTargetTypeId : uint
) : Array
Parameters
guidDebugTargetType
Type: Guid[in] The debug target type for which to retrieve the list of strings.
debugTargetTypeId
Type: UInt32[in] The identifier of the debug target type.
Return Value
Type: Array
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.