IEnumProjectStartupServices Interface

Definition

Enumerates the services needed by a project on startup. You can get an instance of the interface using the GetStartupServiceEnum(IEnumProjectStartupServices) method of the IVsProjectStartupServices interface.

public interface class IEnumProjectStartupServices
public interface class IEnumProjectStartupServices
__interface IEnumProjectStartupServices
[System.Runtime.InteropServices.Guid("9E6F916A-3E8B-4741-8AFB-5187F82B699B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumProjectStartupServices
[System.Runtime.InteropServices.Guid("9E6F916A-3E8B-4741-8AFB-5187F82B699B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumProjectStartupServices
[<System.Runtime.InteropServices.Guid("9E6F916A-3E8B-4741-8AFB-5187F82B699B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumProjectStartupServices = interface
[<System.Runtime.InteropServices.Guid("9E6F916A-3E8B-4741-8AFB-5187F82B699B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumProjectStartupServices = interface
Public Interface IEnumProjectStartupServices
Attributes

Methods

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.

Applies to