DialogContainerWithToolbar::IServiceProvider::GetService Method (Type^)
Visual Studio 2015
Gets the service of the specified type.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual Object^ GetService( Type^ serviceType ) sealed = IServiceProvider::GetService
Parameters
- serviceType
-
Type:
System::Type^
The type of service requested.
Implements
IServiceProvider::GetService(Type^)This class provides three services, as follows: IVsToolWindowToolbar, IOleCommandTarget, and IVsToolWindowToolbarHost. The class delegates requests for other services to the service provider that is set in the overloaded constructor, or in the SetSite method.
Show: