cpp-docs/docs/preprocessor/no-implementation.md at master · ugreg/cpp-docs · GitHub
Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 862 Bytes

File metadata and controls

30 lines (21 loc) · 862 Bytes
title no_implementation
ms.date 11/04/2016
f1_keywords
no_implementation
helpviewer_keywords
no_implementation attribute
ms.assetid bdc67785-e131-409c-87bc-f4d2f4abb07b

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

See also

#import Attributes
#import Directive