הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
C++ Specific
Suppresses the generation of the .tli header, which contains the implementations of the wrapper member functions.
Syntax
#import type-library 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