IDeclarations::GetCount Method
Returns the number of declarations in the completion list.
HRESULT GetCount (
long* count
);
Parameters
- count
[out] Returns a count of declarations.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Return the number of declarations in your implementation of the IDeclarations Interface.