IVsProjectStartupServices Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AddStartupService(Guid) | Adds third party service to the list of services to be started when the project is instantiated and ensures that all third party services are started. |
![]() | GetStartupServiceEnum(IEnumProjectStartupServices^) | Used to look up a third party service array element by GUID. |
![]() | RemoveStartupService(Guid) | Removes a service ID GUID from the list of third party services to be started and releases the service if it has been loaded. |
Show:
