IEnumProjectStartupServices 接口

枚举在启动的项目所需的服务。 使用 IVsProjectStartupServices 接口的 GetStartupServiceEnum 方法,您可以获取接口的实例。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
<GuidAttribute("9E6F916A-3E8B-4741-8AFB-5187F82B699B")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumProjectStartupServices
[GuidAttribute("9E6F916A-3E8B-4741-8AFB-5187F82B699B")]
[InterfaceTypeAttribute()]
public interface IEnumProjectStartupServices

IEnumProjectStartupServices 类型公开以下成员。

方法

  名称 说明
公共方法 Clone 通过创建另一个实例克隆此 IEnumProjectStartupServices 接口。
公共方法 Next 检索项目启动服务接口的下分组。
公共方法 Reset 返回枚举数到其原始状态。
公共方法 Skip 在接口指定数目的跳过。

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间