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 Working with Project Properties 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("3174DCF5-5746-4430-A2A1-ECE1001F1DA7")> _
Public Interface VCBscMakeTool
[GuidAttribute("3174DCF5-5746-4430-A2A1-ECE1001F1DA7")]
public interface VCBscMakeTool
[GuidAttribute(L"3174DCF5-5746-4430-A2A1-ECE1001F1DA7")]
public interface class VCBscMakeTool
[<GuidAttribute("3174DCF5-5746-4430-A2A1-ECE1001F1DA7")>]
type VCBscMakeTool = interface end
public interface VCBscMakeTool
The VCBscMakeTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdditionalOptions | Specifies options to add to the end of the command line immediately before the file name(s). | |
DEPRECATED1 | Infrastructure. Microsoft Internal Use Only. | |
ExecutionBucket | Infrastructure. Microsoft Internal Use Only. | |
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. | |
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. | |
ToolKind | Gets the name of the kind of tool | |
toolName | Gets the name of the specified tool. | |
ToolPath | Gets the path to the specified tool. | |
VCProjectEngine | Gets a pointer to the project engine. |
Top
Methods
Name | Description | |
---|---|---|
get_PropertyOption | Infrastructure. Microsoft Internal Use Only. |
Top