IEnumProjectStartupServices Interface
Visual Studio 2015
Enumerates the services needed by a project on startup. You can get an instance of the interface using the GetStartupServiceEnum method of the IVsProjectStartupServices interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumProjectStartupServices) | Clones this IEnumProjectStartupServices interface by creating another instance. |
![]() | Next(UInt32, Guid[], UInt32) | Retrieves the next group of project startup services interfaces. |
![]() | Reset() | Returns the enumerator to its initial state. |
![]() | Skip(UInt32) | Skip over a specified number of interfaces. |
Show:
