The “component” Pragma

Syntax

#pragma component ( [component [, arguments]] )

The optional component may be any of browser, minrebuild or mintypeinfo. Any other identifier causes a warning (C4174).

The syntax for the arguments varies with the component:

#pragma component ( browser [, state [, references [[, identifier]...]]] )

#pragma component ( minrebuild [, state] )

#pragma component ( mintypeinfo [, state] )

The state may be on or off. Any other identifier causes a warning (C4055).