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

NameDescription
System_CAPS_pubmethodClone(IEnumProjectStartupServices)

Clones this IEnumProjectStartupServices interface by creating another instance.

System_CAPS_pubmethodNext(UInt32, Guid[], UInt32)

Retrieves the next group of project startup services interfaces.

System_CAPS_pubmethodReset()

Returns the enumerator to its initial state.

System_CAPS_pubmethodSkip(UInt32)

Skip over a specified number of interfaces.

Return to top
Show: