IVsProjectStartupServices Members
Include Protected Members
Include Inherited Members
Enables project extensibility by other developers.
The IVsProjectStartupServices type exposes the following members.
Methods
Name | Description | |
---|---|---|
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. | |
GetStartupServiceEnum | Used to look up a third party service array element by GUID. | |
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