ProjectNode.Build Method

Build the project.

Overload List

  Name Description
Public method Build(String) Invokes MSBuild on the supplied target with the default configuration and without logging to the output window.
Public method Build(String, IVsOutputWindowPane) Invokes MSBuild on the supplied target with the default configuration and logs to the output window.
Public method Build(String, String) Invokes MSBuild on the supplied target with the supplied configuration without logging to the output window.
Public method Build(String, IVsOutputWindowPane, String) Invokes MSBuild on the supplied target with the supplied configuration and logs to the output window.
Public method Build(UInt32, String, IVsOutputWindowPane, String) Invokes the MSBuild process with the supplied configuration.

Top

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace