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)
Syntax
'宣告
<GuidAttribute("EB0718C0-E050-4657-872B-E845CD4F617B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProjectBuildSystem
'用途
Dim instance As IVsProjectBuildSystem
[GuidAttribute("EB0718C0-E050-4657-872B-E845CD4F617B")]
[InterfaceTypeAttribute()]
public interface IVsProjectBuildSystem
[GuidAttribute(L"EB0718C0-E050-4657-872B-E845CD4F617B")]
[InterfaceTypeAttribute()]
public interface class IVsProjectBuildSystem
[<GuidAttribute("EB0718C0-E050-4657-872B-E845CD4F617B")>]
[<InterfaceTypeAttribute()>]
type IVsProjectBuildSystem = interface end
public interface IVsProjectBuildSystem