IServiceProvider::GetService Method
Silverlight
Gets the service object of the specified type.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- serviceType
- Type: System::Type
An object that specifies the type of service object to get.
Return Value
Type: System::ObjectA service object of type serviceType.
-or-
nullptr if there is no service object of type serviceType.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: