Share via


HostServiceProviderAdapter 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 services on the adapter that represents the service provider on the host side.

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 HostServiceProviderAdapter _
    Inherits ServiceProviderContractAdapter
'Usage
Dim instance As HostServiceProviderAdapter
public class HostServiceProviderAdapter : ServiceProviderContractAdapter
public ref class HostServiceProviderAdapter : public ServiceProviderContractAdapter
public class HostServiceProviderAdapter extends ServiceProviderContractAdapter

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.AddIn.Pipeline.ContractBase
      Microsoft.VisualStudio.Tools.Applications.ContractAdapterBase
        Microsoft.VisualStudio.Tools.Applications.ServiceProviderContractAdapter
          Microsoft.VisualStudio.Tools.Applications.HostServiceProviderAdapter

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.

See Also

Reference

HostServiceProviderAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace