IVsProjectBuildSystem Members

Include Protected Members
Include Inherited Members

Provides access to the MSBuild system objects. Enables putting the build system into batch mode to control commitment of changes. You get an implementation of the interface when you create a VSPackage.

The IVsProjectBuildSystem type exposes the following members.

Methods

  Name Description
Public method BuildTarget Sets the build target.
Public method CancelBatchEdit Cancels an MSBuild batch edit.
Public method EndBatchEdit Ends a batch operation and commits the changes.
Public method GetBuildSystemKind Returns the type or kind of build system.
Public method SetHostObject Sets the object used to communicate between MSBuild and the host IDE.
Public method StartBatchEdit Starts a batch operation with MSBuild.

Top

See Also

Reference

IVsProjectBuildSystem Interface

Microsoft.VisualStudio.Shell.Interop Namespace