description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: no_implementation import attribute |
no_implementation import attribute |
08/29/2019 |
|
|
bdc67785-e131-409c-87bc-f4d2f4abb07b |
C++ Specific
Suppresses the generation of the .tli
header, which contains the implementations of the wrapper member functions.
#import type-library no_implementation
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