IncludeCodeElementDeclaration
Adds the include statement to strInFile, including the header where strCodeElemName is implemented, if such a header found in the oProj.
function IncludeCodeElementDeclaration(
oProj,
strCodeElemName,
strInFile
);
Parameters
oProj
The selected project.strCodeElemName
The full name of the code element for which you are searching the definition header.strInFile
The file that will include the definition header, if found.
Remarks
Adds the include statement to strInFile, including the header where strCodeElemName is implemented, if such a header found in oProj.
See Also
Tasks
Concepts
Customizing C++ Wizards with Common JScript Functions