nonextensible

Indicates that the IDispatch implementation includes only the properties and methods listed in the interface description.

Allowed on

Dispinterface, interface.

Flags

TYPEFLAG\_FNONEXTENSIBLE

Remarks

The interface must have the dual attribute.

By default, Automation assumes that interfaces can add members at run time, meaning that it assumes the interfaces are extensible.

Attribute Descriptions