VCBscMakeTool Interface

The VCBscMakeTool object contains properties that allow you to programmatically manipulate the settings on the properties in the Browse Information folder, which is in the Configuration Properties folder of a project's Property Pages dialog box. See Modifying Project Settings for information about accessing a project's Property Pages dialog box.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
<GuidAttribute("A6F40954-DAAF-42B1-98DA-04D4599DE2C4")> _
Public Interface VCBscMakeTool
[GuidAttribute("A6F40954-DAAF-42B1-98DA-04D4599DE2C4")]
public interface VCBscMakeTool
[GuidAttribute(L"A6F40954-DAAF-42B1-98DA-04D4599DE2C4")]
public interface class VCBscMakeTool
[<GuidAttribute("A6F40954-DAAF-42B1-98DA-04D4599DE2C4")>]
type VCBscMakeTool =  interface end
public interface VCBscMakeTool

The VCBscMakeTool type exposes the following members.

Properties

  Name Description
Public property AdditionalOptions Specifies options to add to the end of the command line immediately before the file name(s).
Public property DEPRECATED1 Infrastructure. Microsoft Internal Use Only.
Public property ExecutionBucket Infrastructure. Microsoft Internal Use Only.
Public property OutputFile Overrides the default output file name. The default is based on the first .lib or .obj name on the command line. It exposes the functionality of the BSCMake tool's BSCMAKE Options option.
Public property SuppressStartupBanner Suppress the display of the startup banner and information messages. Exposes the functionality of the linker's /NOLOGO (Suppress Startup Banner) (Linker) option, the librarian's Running LIB option, the compiler's /nologo (Suppress Startup Banner) (C/C++) option, the BSCMake tool's /NOLOGO option, the MIDL compiler's MIDL Property Pages: General option, and the /nologo option of VCWebServiceProxyGeneratorTool.
Public property ToolKind Gets the name of the kind of tool
Public property toolName Gets the name of the specified tool.
Public property ToolPath Gets the path to the specified tool.
Public property VCProjectEngine Gets a pointer to the project engine.

Top

Methods

  Name Description
Public method get_PropertyOption Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace