नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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