Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Related topics