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.
C++ Specific
Excludes items from the type library header files being generated.
exclude("Name1"[, "Name2",...])
Parameters
- Name1 
 First item to be excluded.
- Name2 
 Second item to be excluded (if necessary).
Remarks
Type libraries may include definitions of items defined in system headers or other type libraries. This attribute can take any number of arguments, each being a top-level type library item to be excluded.
END C++ Specific