IEnumToolboxItems 接口

项目的枚举数在 工具箱。 通过 IVsToolboxIVsToolbox2 接口的 EnumItems 方法来获取接口的实例。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("5303CCDE-D37A-445B-88A1-A71742F66345")> _
Public Interface IEnumToolboxItems
[InterfaceTypeAttribute()]
[GuidAttribute("5303CCDE-D37A-445B-88A1-A71742F66345")]
public interface IEnumToolboxItems

IEnumToolboxItems 类型公开以下成员。

方法

  名称 说明
公共方法 Clone 通过创建另一个实例克隆此 IEnumToolboxItems 接口。
公共方法 Next 检索表示工具箱项的数据对象接口 (IDataObject) 下的组。
公共方法 Reset 返回枚举数到其原始状态。
公共方法 Skip 跳过 IDataObject 接口指定数目的表示工具箱项的。

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间