AsyncPackage::RemoveService Method (Type^, Boolean)
Visual Studio 2015
Removes an async service registered with this package.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- serviceType
-
Type:
System::Type^
The service type the service was registered with when AddService was called.
- ignored
-
Type:
System::Boolean
This parameter is ignored and exists only for symmetry with IServiceContainer.RemoveService.
Show: