IEnumToolboxItems Interface
Enumerator for items in the Toolbox. You can get an instance of the interface through the EnumItems methods of the IVsToolbox and IVsToolbox2 interfaces.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("5303CCDE-D37A-445B-88A1-A71742F66345")> _
Public Interface IEnumToolboxItems
[InterfaceTypeAttribute()]
[GuidAttribute("5303CCDE-D37A-445B-88A1-A71742F66345")]
public interface IEnumToolboxItems
[InterfaceTypeAttribute()]
[GuidAttribute(L"5303CCDE-D37A-445B-88A1-A71742F66345")]
public interface class IEnumToolboxItems
[<InterfaceTypeAttribute()>]
[<GuidAttribute("5303CCDE-D37A-445B-88A1-A71742F66345")>]
type IEnumToolboxItems = interface end
public interface IEnumToolboxItems
The IEnumToolboxItems type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | Clones this IEnumToolboxItems interface by creating another instance. | |
Next | Retrieves the next group of data object interfaces (IDataObject) representing toolbox items. | |
Reset | Returns the enumerator to its initial state. | |
Skip | Skip over a specified number of IDataObject interfaces representing toolbox items. |
Top