IVsProjectStartupServices Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodAddStartupService(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.

System_CAPS_pubmethodGetStartupServiceEnum(IEnumProjectStartupServices^)

Used to look up a third party service array element by GUID.

System_CAPS_pubmethodRemoveStartupService(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.

Return to top
Show: