NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Warning (level 1) C4176

'subcomponent' : unknown subcomponent for #pragma component browser

The component pragma contains an invalid subcomponent. To exclude references to a particular name, you must use the references option before the name.

Example

#pragma component(browser, off, i)  // warning
#pragma component(browser, off, references, i) // ok