IDebugHostType::GetGenericArgumentCount 方法 (dbgmodel.h)

返回泛型/模板的参数数。 返回的值必须大于零。

语法

HRESULT GetGenericArgumentCount(
  ULONG64 *argCount
);

参数

argCount

此处将返回泛型参数 (例如:) 到类型的模板参数数。

返回值

此方法返回指示成功或失败的 HRESULT。

要求

要求
Header dbgmodel.h

另请参阅

IDebugHostType 接口