ProjectContainerNode.CallMSBuild Method

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. (Inherited from ProjectNode.)
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. (Inherited from ProjectNode.)
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. (Inherited from ProjectNode.)
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. (Inherited from ProjectNode.)

Top

See Also

Reference

ProjectContainerNode Class

ProjectContainerNode Members

Microsoft.VisualStudio.Package Namespace