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.
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.