ProjectContainerNode.Build Method

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. (Inherited from ProjectNode.)
Public method Build(String, IVsOutputWindowPane) Invokes MSBuild on the supplied target with the default configuration and logs to the output window. (Inherited from ProjectNode.)
Public method Build(String, String) Invokes MSBuild on the supplied target with the supplied configuration without logging to the output window. (Inherited from ProjectNode.)
Public method Build(String, IVsOutputWindowPane, String) Invokes MSBuild on the supplied target with the supplied configuration and logs to the output window. (Inherited from ProjectNode.)
Public method Build(UInt32, String, IVsOutputWindowPane, String) Invokes the MSBuild process with the supplied configuration. (Inherited from ProjectNode.)

Top

See Also

Reference

ProjectContainerNode Class

ProjectContainerNode Members

Microsoft.VisualStudio.Package Namespace