IMethods::GetCount Method
Returns the number of method signatures.
HRESULT GetCount (
long* count
);
Parameters
- count
[out] Returns the number of method signatures available in this methods set.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
In the case of overloaded methods, this method should return more than one method.