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
'Usage
Dim instance As IEnumToolboxItems
[InterfaceTypeAttribute()]
[GuidAttribute("5303CCDE-D37A-445B-88A1-A71742F66345")]
public interface IEnumToolboxItems
[InterfaceTypeAttribute()]
[GuidAttribute(L"5303CCDE-D37A-445B-88A1-A71742F66345")]
public interface class IEnumToolboxItems
public interface IEnumToolboxItems

Remarks

For more information, see the code for the Figures Project Sample.

See Also

Reference

IEnumToolboxItems Members

Microsoft.VisualStudio.Shell.Interop Namespace