IncludeCodeElementDeclaration
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at IncludeCodeElementDeclaration.
Adds the include statement to strInFile
, including the header where strCodeElemName
is implemented, if such a header found in the oProj
.
Syntax
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
Customizing C++ Wizards with Common JScript Functions
JScript Functions for C++ Wizards
Creating a Custom Wizard
Designing a Wizard