IVsProjectBuildSystem Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("EB0718C0-E050-4657-872B-E845CD4F617B")]
[InterfaceTypeAttribute(1)]
public interface IVsProjectBuildSystem

NameDescription
System_CAPS_pubmethodBuildTarget(String, Boolean)

Sets the build target.

System_CAPS_pubmethodCancelBatchEdit()

Cancels an MSBuild batch edit.

System_CAPS_pubmethodEndBatchEdit()

Ends a batch operation and commits the changes.

System_CAPS_pubmethodGetBuildSystemKind(UInt32)

Returns the type or kind of build system.

System_CAPS_pubmethodSetHostObject(String, String, Object)

Sets the object used to communicate between MSBuild and the host IDE.

System_CAPS_pubmethodStartBatchEdit()

Starts a batch operation with MSBuild.

Return to top
Show: