IDebugBinder3:: GetTypeArgumentCount

此方法返回参数类型的数量与此对象关联的。

HRESULT GetTypeArgumentCount(
   UINT* uCount
);
int GetTypeArgumentCount(
   out uint uCount
);

参数

  • uCount
    [out] 参数类型为的数值与此对象关联的。

返回值

如果成功,则返回; S_OK否则,返回错误代码。

备注

返回的值可以采用以下方法来将一个数组用于 IDebugBinder3:: GetTypeArguments 方法。

请参见

参考

IDebugBinder3

IDebugBinder3:: GetTypeArguments