IAsyncServiceContainer Interface
Visual Studio 2015
Provides methods to add and remove services.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddService(Type, AsyncServiceCreatorCallback) | Adds a service. |
![]() | AddService(Type, AsyncServiceCreatorCallback, Boolean) | Gets a service. |
![]() | AddService(Type, AsyncServiceCreatorWithProgressCallback) | |
![]() | AddService(Type, AsyncServiceCreatorWithProgressCallback, Boolean) | |
![]() | RemoveService(Type) | Removes the service of the type specified. |
![]() | RemoveService(Type, Boolean) | Removes the service of the type specified. |
Show:
