IVsMSBuildHostObject Interface
Visual Studio 2015
Enables the project system to communicate with MSBuild host objects.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | BeginBuild() | Begins a build. |
![]() | Close() | Closes a build host object. |
![]() | EndBuild() | Ends a build. |
![]() | Init(IVsHierarchy, IServiceProvider) | Initializes a build host object. |
This is an interface for the project system to communicate with MSBuild host objects specified by the registry (under the local Projects\<project type GUID>\MSBuildHostObjects key). The Init and Close methods are called for each host object by the project system.
See also HostObject.
Show:
