Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.