Include Protected Members
Include Inherited Members
Enables project extensibility by other developers.
The IVsProjectStartupServices type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddStartupService | 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. | 
| .gif) | GetStartupServiceEnum | Used to look up a third party service array element by GUID. | 
| .gif) | RemoveStartupService | Removes a service ID GUID from the list of third party services to be started and releases the service if it has been loaded. | 
Top