ProjectNode.CallMSBuild Method

Invokes MSBuild. If the build is suspended, waits until it is resumed to invoke it.

Overload List

  Name Description
Public method CallMSBuild(String) Invokes MSBuild for the supplied target. If the build is suspended, waits until it is resumed to invoke it.
Public method CallMSBuild(String, IVsOutputWindowPane) Invokes MSBuild for the supplied target and logs build errors to the output window. If the build is suspended, waits until it is resumed to invoke it.
Public method CallMSBuild(String, String) Invokes MSBuild for the supplied target with the supplied configuration. If the build is suspended, waits until it is resumed to invoke it.
Public method CallMSBuild(String, IVsOutputWindowPane, String) Invokes MSBuild for the supplied target with the supplied configuration, and logs build errors to the output window. If the build is suspended, waits until it is resumed to invoke it.

Top

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace