VsServiceProviderWrapper::GetService Method (Type^)

 

Gets the service object of the specified type.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual Object^ GetService(
	Type^ serviceType
) sealed

Parameters

serviceType
Type: System::Type^

The type of service object.

Return Value

Type: System::Object^

The service object.

This method delegates the work of retrieving the requested service to the wrapped service provider.

Return to top
Show: