Поделиться через


object (C++)

Identifies a custom interface.

[object]

Заметки

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.

Пример

See nonbrowsable for an example of how to use object.

Требования

Attribute Context

Applies to

interface

Repeatable

No

Required attributes

None

Invalid attributes

None

For more information about the attribute contexts, see Attribute Contexts.

См. также

Основные понятия

IDL Attributes

Interface Attributes

dual

dispinterface

custom (C++)

__interface

ATL Samples