Automation interface for VC++Project Settings page.
Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
声明
<GuidAttribute("8E267026-33C6-11D3-8D52-00C04F8ECDB7")> _
Public Interface IVCBuildOptionsPage
[GuidAttribute("8E267026-33C6-11D3-8D52-00C04F8ECDB7")]
public interface IVCBuildOptionsPage
[GuidAttribute(L"8E267026-33C6-11D3-8D52-00C04F8ECDB7")]
public interface class IVCBuildOptionsPage
[<GuidAttribute("8E267026-33C6-11D3-8D52-00C04F8ECDB7")>]
type IVCBuildOptionsPage =  interface end
public interface IVCBuildOptionsPage
The IVCBuildOptionsPage type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | BuildLogging | Gets or sets a value indicating whether build activity will be logged. | 
| .gif) | BuildTiming | Gets or sets a value indicating whether build-timing metadata is sent to an output window. | 
| .gif) | CPPExtensions | Gets or sets a value indicating which file extensions are associated with C++ files. | 
| .gif) | DefaultSolutionExplorerMode | Sets or gets the SolutionExplorerMode. | 
| .gif) | ExtensionsToHide | Gets or sets a value indicating which file extensions are hidden in Solution Explorer. | 
| .gif) | ExtensionsToInclude | Gets or sets a value indicating which file types are automatically included in the project. | 
| .gif) | ShowEnvironmentInBuildLog | Gets or sets a value indicating whether to echo environment variables to the build log during builds of Visual C++ projects. | 
| .gif) | ShowNoMatchingRuleDlg | Gets or sets a value indicating whether the Matching Custom Build Rule Not Found dialog box is shown when a file is added to the project. | 
| .gif) | ToolFileSearchPaths | Specifies the list of directories that contain .TOOL files, which help you define build settings for your projects. | 
| .gif) | ValidateSchemas | Gets or sets a value indicating whether to perform a schema validation. | 
Top
Remarks
To find these items in the IDE:
- On the Tools menu, click Options. 
- Expand the Projects and Solutions node. 
- Select the VC++ Project Settings node.