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.
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
Microsoft.VisualStudio.Tools.Applications.Runtime Namespace