IHostItemProvider Interface

Provides access to host item objects that are requested by the add-in.

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

Syntax

'Declaration
Public Interface IHostItemProvider
'Usage
Dim instance As IHostItemProvider
public interface IHostItemProvider

Remarks

Implement this interface in the host application's integration code to enable add-ins to access host items in the application.

See Also

Reference

IHostItemProvider Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace

Other Resources

Exposing Host Objects to Add-Ins