共用方式為


編譯器警告 (層級 1) C4185

忽略未知的 #import 屬性 'attribute'

屬性不是 #import的有效屬性。 會忽略此項。

範例

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