HostItemProviderAdapter Class
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Provides methods for managing objects on the host.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0.dll)
Syntax
'Declaration
Public Class HostItemProviderAdapter _
Inherits ContractAdapterBase _
Implements IHostItemProviderContract2, IContract
'Usage
Dim instance As HostItemProviderAdapter
public class HostItemProviderAdapter : ContractAdapterBase,
IHostItemProviderContract2, IContract
public ref class HostItemProviderAdapter : public ContractAdapterBase,
IHostItemProviderContract2, IContract
public class HostItemProviderAdapter extends ContractAdapterBase implements IHostItemProviderContract2, IContract
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.AddIn.Pipeline.ContractBase
Microsoft.VisualStudio.Tools.Applications.ContractAdapterBase
Microsoft.VisualStudio.Tools.Applications.HostItemProviderAdapter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.