编译器警告(等级 1)C4185

忽略未知的 #import 特性“attribute”

该特性不是有效的 #import特性。 它将被忽略。

示例

// C4185.cpp
// compile with: /W1 /c
#import "stdole2.tlb" no_such_attribute   // C4185