IVsMSBuildHostObject Interface

Definition

Enables the project system to communicate with MSBuild host objects.

C++/CX
public interface class IVsMSBuildHostObject
Derived
Attributes

Remarks

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.

Methods

BeginBuild()

Begins a build.

Close()

Closes a build host object.

EndBuild()

Ends a build.

Init(IVsHierarchy, IServiceProvider)

Initializes a build host object.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022