aggregatable

Description

Indicates that the class supports aggregation.

Allowed on

Coclass.

Comments

Indicates that the members of the class can be aggregated.

Flags

TYPEFLAG_FAGGREGATABLE

Example

[    uuid(1e196b20-1f3c-1069-996b-00dd010fe676),
    aggregatable   
]
coclass Form
{
    [default] interface IForm;
    [default, source] interface IFormEvents;
}