IInProcessHost Interface

Provides access to the HostAdapter. This interface is implemented by the host application to enable in-process customization of the project system.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IInProcessHost
'Usage
Dim instance As IInProcessHost
[CLSCompliantAttribute(false)]
public interface IInProcessHost
[CLSCompliantAttribute(false)]
public interface class IInProcessHost
public interface IInProcessHost

Remarks

The in-process host must implement the IInProcessHost interface to enable customization of the project system.

The SetAdapter method is called when the HostAdapter creates the in-process host.

See Also

Reference

IInProcessHost Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace