IHostItemProvider Interface (2007 System)

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.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)

Syntax

'Declaration
Public Interface IHostItemProvider
'Usage
Dim instance As IHostItemProvider
public interface IHostItemProvider
public interface class 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 Objects to Add-Ins