Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Identifies a custom interface.
[object]
Remarks
When preceding an interface definition, the object C++ attribute causes the interface to be placed in the .idl file as a custom interface.
Any interface marked with object must inherit from IUnknown. This condition is satisfied if any of the base interfaces inherit from IUnknown. If no base interfaces inherit from IUnknown, the compiler will cause the interface marked with object to derive from IUnknown.
Example
See nonbrowsable for an example of how to use object.
Requirements
Attribute Context
Applies to |
interface |
Repeatable |
No |
Required attributes |
None |
Invalid attributes |
None |
For more information about the attribute contexts, see Attribute Contexts.