VCBscMakeTool Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class VCBscMakeTool
public interface class VCBscMakeTool
__interface VCBscMakeTool
[System.Runtime.InteropServices.Guid("AF958E5B-CAB8-4AAA-9F6A-FB2FBADECD6E")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCBscMakeTool
[<System.Runtime.InteropServices.Guid("AF958E5B-CAB8-4AAA-9F6A-FB2FBADECD6E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCBscMakeTool = interface
Public Interface VCBscMakeTool
- Attributes
Properties
AdditionalOptions |
Specifies options to add to the end of the command line immediately before the file name(s). |
DEPRECATED1 |
Microsoft Internal Use Only. |
ExecutionBucket |
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 Microsoft.VisualStudio.VCProjectEngine.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. |
Methods
get_PropertyOption(String, Int32) |