IVsProjectCfgDebugTypeSelection.GetDebugTypes(Array) 方法

定义

获取调试器类型的列表。 它们是元数据键为的枚举属性 = IsDebugType 值 = 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)

参数

pbstrDebugTypes
Array

弄调试器类型的列表。 此列表包含元数据键 = IsDebugType 值为 true 的枚举属性。

适用于