Share via


IVsProjectCfgDebugTypeSelection.GetDebugTypes(Array) Method

Definition

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

public:
 void GetDebugTypes([Runtime::InteropServices::Out] Array ^ % pbstrDebugTypes);
public void GetDebugTypes (out Array pbstrDebugTypes);
abstract member GetDebugTypes : Array -> unit
Public Sub GetDebugTypes (ByRef pbstrDebugTypes As Array)

Parameters

pbstrDebugTypes
Array

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

Applies to