IVsProjectCfgDebugTypeSelection::GetDebugTypes Method (Array^)

 

Gets a list of debugger types. These are enum properties with metadata key=IsDebugType value=true

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

void GetDebugTypes(
	[OutAttribute] Array^% pbstrDebugTypes
)

Parameters

pbstrDebugTypes
Type: System::Array^

[out] The list of debugger types. This list contains enumeration properties with the metadata key=IsDebugType value=true.

Return to top
Show: