aggregatable
Indicates that the class supports aggregation.
Allowed on
Coclass.
Flags
- TYPEFLAG\_FAGGREGATABLE
Remarks
Indicates that the members of the class can be aggregated.
Example
[ uuid(1e196b20-1f3c-1069-996b-00dd010fe676),
aggregatable
]
coclass Form
{
[default] interface IForm;
[default, source] interface IFormEvents;
}
Related topics