Package::IServiceContainer::RemoveService Method (Type^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the given service type from the service container.

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

private:
virtual void RemoveService(
	Type^ serviceType
) sealed = IServiceContainer::RemoveService

Parameters

serviceType
Type: System::Type^

The type of service to remove.

Return to top
Show: