This documentation is archived and is not being maintained.
IServiceProviderContract Interface
Visual Studio 2008
Defines a mechanism for retrieving a service contract from a component.
Assembly: System.AddIn.Contract (in System.AddIn.Contract.dll)
The IServiceProviderContract interface defines a contract that enables a component to obtain a custom service that is defined by another component. A component that implements IServiceProviderContract is known as a service provider. Service providers implement the QueryService method to return an IContract that implements a service.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: