This topic has not yet been rated - Rate this topic

IEnumProjectStartupServices Interface

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.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

[GuidAttribute("9E6F916A-3E8B-4741-8AFB-5187F82B699B")] 
[InterfaceTypeAttribute(1)] 
public interface IEnumProjectStartupServices
/** @attribute GuidAttribute("9E6F916A-3E8B-4741-8AFB-5187F82B699B") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IEnumProjectStartupServices
GuidAttribute("9E6F916A-3E8B-4741-8AFB-5187F82B699B") 
InterfaceTypeAttribute(1) 
public interface IEnumProjectStartupServices

For more information about the interface see Project Startup Services, Basic Project Sample, and My C Package Sample.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ