IEnumToolboxItems Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerator for items in the Toolbox. You can get an instance of the interface through the EnumItems(String, IEnumToolboxItems) methods of the IVsToolbox and IVsToolbox2 interfaces.
public interface class IEnumToolboxItems
public interface class IEnumToolboxItems
__interface IEnumToolboxItems
[System.Runtime.InteropServices.Guid("5303CCDE-D37A-445B-88A1-A71742F66345")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumToolboxItems
[System.Runtime.InteropServices.Guid("5303CCDE-D37A-445B-88A1-A71742F66345")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumToolboxItems
[<System.Runtime.InteropServices.Guid("5303CCDE-D37A-445B-88A1-A71742F66345")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumToolboxItems = interface
[<System.Runtime.InteropServices.Guid("5303CCDE-D37A-445B-88A1-A71742F66345")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumToolboxItems = interface
Public Interface IEnumToolboxItems
- Attributes
Methods
Clone(IEnumToolboxItems) |
Clones this IEnumToolboxItems interface by creating another instance. |
Next(UInt32, IDataObject[], UInt32) |
Retrieves the next group of data object interfaces (IDataObject) representing toolbox items. |
Reset() |
Returns the enumerator to its initial state. |
Skip(UInt32) |
Skip over a specified number of IDataObject interfaces representing toolbox items. |