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.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at no_implementation. C++ Specific
Suppresses the generation of the .tli header, which contains the implementations of the wrapper member functions.
Syntax
no_implementation
Remarks
If this attribute is specified, the .tlh header, with the declarations to expose type-library items, will be generated without an #include statement to include the .tli header file.
This attribute is used in conjunction with implementation_only.
END C++ Specific