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 abstract RemoveService : 
        serviceType:Type -> unit
private override RemoveService : 
        serviceType:Type -> unit

Parameters

serviceType
Type: System.Type

The type of service to remove.

Return to top
Show: