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 abstract RemoveService : serviceType:Type -> unit private override RemoveService : serviceType:Type -> unit
Parameters
- serviceType
-
Type:
System.Type
The type of service to remove.
Implements
IServiceContainer.RemoveService(Type)
Show: