Share via


IHostTypeProviderContract Interface

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Defines a method that enables the add-in to obtain types from the host application's object model. Visual Studio Tools for Applications can use these types to invoke static members.

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

Syntax

'Declaration
Public Interface IHostTypeProviderContract _
    Inherits IContract
'Usage
Dim instance As IHostTypeProviderContract
public interface IHostTypeProviderContract : IContract
public interface class IHostTypeProviderContract : IContract
public interface IHostTypeProviderContract extends IContract

Remarks

Visual Studio Tools for Applications implements this interface and calls its methods internally.

See Also

Reference

IHostTypeProviderContract Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace