DocObjHost::IServiceProvider::GetService Method (Type^)
.NET Framework (current version)
For a description of this member, see IServiceProvider::GetService.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: virtual Object^ GetService( Type^ serviceType ) sealed = IServiceProvider::GetService
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.
Implements
IServiceProvider::GetService(Type^)This member is an explicit interface member implementation. It can be used only when the DocObjHost instance is cast to an IServiceProvider interface.
.NET Framework
Available since 3.0
Available since 3.0
Show: