Package::IServiceContainer::RemoveService Method (Type^)
Visual Studio 2015
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.
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.
Implements
IServiceContainer::RemoveService(Type^)
Show: