ServiceProviderContractAdapter Class

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Represents a service provider adapter.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)

Syntax

'Declaration
Public Class ServiceProviderContractAdapter _
    Inherits ContractAdapterBase _
    Implements IServiceProviderContract, IProfferServiceContract, IContract
'Usage
Dim instance As ServiceProviderContractAdapter
public class ServiceProviderContractAdapter : ContractAdapterBase, 
    IServiceProviderContract, IProfferServiceContract, IContract
public ref class ServiceProviderContractAdapter : public ContractAdapterBase, 
    IServiceProviderContract, IProfferServiceContract, IContract
public class ServiceProviderContractAdapter extends ContractAdapterBase implements IServiceProviderContract, IProfferServiceContract, IContract

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

ServiceProviderContractAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace