DialogContainerWithToolbar.IServiceProvider.GetService(Type) Method

Definition

Gets the service of the specified type.

 virtual System::Object ^ System.IServiceProvider.GetService(Type ^ serviceType) = IServiceProvider::GetService;
 virtual Platform::Object ^ System.IServiceProvider.GetService(Platform::Type ^ serviceType) = IServiceProvider::GetService;
object IServiceProvider.GetService (Type serviceType);
abstract member System.IServiceProvider.GetService : Type -> obj
override this.System.IServiceProvider.GetService : Type -> obj
Function GetService (serviceType As Type) As Object Implements IServiceProvider.GetService

Parameters

serviceType
Type

The type of service requested.

Returns

An object that represents the requested service.

Implements

Remarks

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.

Applies to