Compiler Warning (level 1) C4850 (Windows CE 5.0)

Send Feedback

the property argument 'storage_name' is ignored when used within the context of an interface

The property attribute's storage_name parameter is ignored if it is used in an interface. For example:

// compile with cl /c
__interface IX16 {
[ property(storage_name="m_Size") ]
int Size;
};

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.