IVCBuildOptionsPage Interface

Definition

Automation interface for VC++Project Settings page.

public interface class IVCBuildOptionsPage
public interface class IVCBuildOptionsPage
__interface IVCBuildOptionsPage
[System.Runtime.InteropServices.Guid("8E267026-33C6-11D3-8D52-00C04F8ECDB7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IVCBuildOptionsPage
[<System.Runtime.InteropServices.Guid("8E267026-33C6-11D3-8D52-00C04F8ECDB7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IVCBuildOptionsPage = interface
Public Interface IVCBuildOptionsPage
Attributes

Remarks

To find these items in the IDE:

  1. On the Tools menu, click Options.

  2. Expand the Projects and Solutions node.

  3. Select the VC++ Project Settings node.

Properties

BuildLogging

Gets or sets a value indicating whether build activity will be logged.

BuildTiming

Gets or sets a value indicating whether build-timing metadata is sent to an output window.

CPPExtensions

Gets or sets a value indicating which file extensions are associated with C++ files.

DefaultSolutionExplorerMode

Sets or gets the SolutionExplorerMode.

ExtensionsToHide

Gets or sets a value indicating which file extensions are hidden in Solution Explorer.

ExtensionsToInclude

Gets or sets a value indicating which file types are automatically included in the project.

ShowEnvironmentInBuildLog

Gets or sets a value indicating whether to echo environment variables to the build log during builds of Visual C++ projects.

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.

ToolFileSearchPaths

Specifies the list of directories that contain .TOOL files, which help you define build settings for your projects.

ValidateSchemas

Gets or sets a value indicating whether to perform a schema validation.

Applies to