Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
C++ Specific
Disables automatic exclusion.
Syntax
#import type-library no_auto_exclude
Remarks
Type libraries may include definitions of items defined in system headers or other type libraries. #import attempts to avoid multiple definition errors by automatically excluding such items. It causes Compiler Warning (level 3) C4192 to be issued for each item to be excluded. You can disable the automatic exclusion by using this attribute.
END C++ Specific