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
Sets the build target.
Cancels an MSBuild batch edit.
Ends a batch operation and commits the changes.
Returns the type or kind of build system.
Sets the object used to communicate between MSBuild and the host IDE.
Starts a batch operation with MSBuild.
Top