Provides access to the project engine property sheets.
The VCPropertySheet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddUserMacro | Adds a user macro to the property sheet. | 
| .gif) | ClearToolProperty | Clears the property value of a tool property. | 
| .gif) | MatchName | Matches a specified name to the name of a collection item. | 
| .gif) | RemoveAllUserMacros | Removes all user macros from the property sheet. | 
| .gif) | RemoveUserMacro | Removes a user macro from the property sheet. | 
| .gif) | Save | Saves the project file (.vcproj). | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ATLMinimizesCRunTimeLibraryUsage | Gets or sets a value indicating whether ATL will link to the C runtime libraries statically to minimize dependencies. This requires that the useOfATL property is set. | 
| .gif) | BuildLogFile | Gets or sets the BuildLogFile name. | 
| .gif) | CharacterSet | Gets or sets a value specifying the character set for the compiler to use. | 
| .gif) | ConfigurationType | Gets or sets the type of output this configuration generates. | 
| .gif) | DeleteExtensionsOnClean | Gets or sets which files in the intermediate directory to delete on clean or rebuild. | 
| .gif) | DEPRECATED1 | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FileEncoding | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FileFormat | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FileTools | Lists the available tools that operate on files. | 
| .gif) | InheritedPropertySheets | Gets or sets property sheets inherited by this object. | 
| .gif) | IntermediateDirectory | Gets or sets a relative path to the intermediate file directory. The path can include environment variables. | 
| .gif) | IsDirty | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | ManagedExtensions | Gets or sets a value indicating that this configuration uses Visual C++. | 
| .gif) | Name | Gets or sets the name of the object. | 
| .gif) | OutputDirectory | Gets or sets the directory in which to place output. The default directory is the project directory. | 
| .gif) | PropertySheetDirectory | Gets the directory name for the property sheet. | 
| .gif) | PropertySheetFile | Sets or gets the full path to the property sheet file. Includes the file name. | 
| .gif) | PropertySheetName | Sets or gets the value of the Name tag in the property sheet file. This property is available only for backwards compatibility and should otherwise not be used. | 
| .gif) | PropertySheets | Gets the collection of property sheets applied to the object. | 
| .gif) | Tools | Lists the available tools for the platform. | 
| .gif) | useOfATL | Gets or sets a value that specifies how ATL is used by the configuration. | 
| .gif) | useOfMfc | Gets or sets a value that specifies how MFC is used by the configuration. | 
| .gif) | UserMacros | Gets the collection of user macros. | 
| .gif) | VCProjectEngine | Gets a pointer to the project engine. | 
| .gif) | WholeProgramOptimization | Gets or sets a value indicating whether to enable cross-module optimizations by delaying code generation to link time. | 
Top