IServiceProvider::GetService Method (Type^)
.NET Framework (current version)
Gets the service object of the specified type.
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::Object^A service object of type serviceType.
-or-
null if there is no service object of type serviceType.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: