Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method returns the number of argument types associated with this object.
HRESULT GetTypeArgumentCount(
UINT* uCount
);
int GetTypeArgumentCount(
out uint uCount
);
Parameters
- uCount
[out] Number of argument types associated with this object.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The value returned by this method can be used to allocate an array for use with the IDebugBinder3::GetTypeArguments method.