Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 883 Bytes

inject-statement.md

File metadata and controls

33 lines (22 loc) · 883 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: inject_statement import attribute
inject_statement import attribute
08/29/2019
inject_statement
inject_statement attribute
07d6f0f4-d9fb-4e18-aa62-f235f142ff5e

inject_statement import attribute

C++ Specific

Inserts its argument as source text into the type-library header.

Syntax

#import type-library inject_statement( "source-text" )

Parameters

source-text
Source text to be inserted into the type library header file.

Remarks

The text is placed at the beginning of the namespace declaration that wraps the type-library contents in the header file.

END C++ Specific

See also

#import attributes
#import directive