SolutionBuild2::Clean Method (Boolean)
Visual Studio 2015
Deletes all compiler-generated support files for marked projects.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Parameters
- WaitForCleanToFinish
-
Type:
System::Boolean
Optional. Determines whether Build retains control until the build operation is complete. Default value is false.
Implements
SolutionBuild::Clean(Boolean)When a project is built, the compiler can generate numerous support files, such as, .idl files, .obj files, and so forth. The Clean method deletes all such files from all projects that are marked for build, returning the project to a state similar to never having been built.
Show: