Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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