IVsProjectCfgDebugTypeSelection.GetDebugTypes(Array) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取调试器类型的列表。 它们是元数据键为的枚举属性 = 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 的枚举属性。