IServiceProvider Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
Assembly: mscorlib (in mscorlib.dll)
The IServiceProvider type exposes the following members.
This interface is implemented by a class or value type that provides a service to other objects.
The GetService method of this interface obtains the object that provides the service.
Show:
