VCNMakeTool Object
Visual Studio .NET 2003
The VCNMakeTool object programmatically accesses the properties in the NMAKE folder of a project's Property Pages dialog box. See Setting Visual C++ Project Properties for information on how to access a project's Property Pages dialog box.
VCNMakeTool is only available for the Makefile configuration type. Failure to have the output file set to anything other than blank will mean that your configuration will always be up to date and it will not build.
[Visual Basic .NET]
Public Interface VCNMakeTool Inherits IDispatch
[Visual Basic 6]
Class VCNMakeTool
[C++]
interface VCNMakeTool : IDispatch
[C#]
public interface VCNMakeTool : IDispatch
[JScript .NET]
public interface VCNMakeTool extends IDispatch
Requirements
Namespace: Microsoft.VisualStudio.VCProjectEngine (VCProjectEngineLibrary)
File: VCProjectEngine.dll
See Also
VCNMakeTool Object Properties, Methods, and Events | HRESULTs Returned by the Project Model | Visual C++ Extensibility Object Model