Share via


IHostTypeProvider Interface (2007 System)

Enables the add-in to obtain types from the host application's object model, which can then be used to invoke static members.

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

Syntax

'Declaration
Public Interface IHostTypeProvider
'Usage
Dim instance As IHostTypeProvider
public interface IHostTypeProvider
public interface class IHostTypeProvider
public interface IHostTypeProvider

Remarks

Implement this interface in the host application's integration code to enable add-ins to invoke static members of the object model.

See Also

Reference

IHostTypeProvider Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace