The main object for VCProjectEngine automation model.
The VCProjectEngineObjectClass type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | VCProjectEngineObjectClass | A creator for the VCProjectEngineObject. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddFakeProps | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | CreateProject | Creates a new project. | 
| .gif) | CreatePropertySheet | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | CreateToolFile | Creates a tool file for custom build rules. | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Evaluate | Evaluates the value of a project model or environment macro. | 
| .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | IsSystemInclude | Returns true if the specified file is in the <drive>:\Program Files\Microsoft Visual Studio 8\VC\include directory. | 
| .gif) | LoadProject | Loads a project. | 
| .gif) | LoadPropertySheet | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | LoadToolFile | Loads a tool file. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | RemoveProject | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | RemovePropertySheet | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | BuildLogging | Gets or sets a value indicating whether a log file will be created and populated with information about build activity. | 
| .gif) | BuildTiming | Gets or sets a value indicating whether the output window will display times for all tools in the build. | 
| .gif) | Events | Gets the object that is the source of events that are fired by the project engine. | 
| .gif) | PerformanceLogging | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | Platforms | Gets the collection of platforms on the project engine. | 
| .gif) | Projects | Gets the Visual C++ projects in the solution. | 
| .gif) | PropertySheets | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | ShowEnvironmentInBuildLog | Gets or sets a value indicating whether or not to echo all environment variables into the build log during builds of Visual C++ projects. | 
| .gif) | ToolFiles | Returns the tool files collection. | 
| .gif) | ToolFileSearchPaths | Gets or sets the file path for the tool file locations. | 
| .gif) | ValidateSchemas | Controls whether or not the VCProjectEngine validates XML-files against schemas. | 
Top