Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.