VsServiceProviderWrapper::GetService Method (Type^)
Visual Studio 2015
Gets the service object of the specified type.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- serviceType
-
Type:
System::Type^
The type of service object.
Implements
IServiceProvider::GetService(Type^)This method delegates the work of retrieving the requested service to the wrapped service provider.
Show: