TBXITEMINFO Structure

Specifies information on toolbox items. Used on IVsToolbox::AddItem and IVsToolboxDataProvider::GetItemInfo.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Structure TBXITEMINFO
'Usage
Dim instance As TBXITEMINFO
public struct TBXITEMINFO
public value class TBXITEMINFO
JScript supports the use of structures, but not the declaration of new ones.

Remarks

Note

hBmp is placed in an ImageList, so the caller can destroy on return or have toolbox delete it via TBXIF_DELETEBITMAP

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TBXITEMINFO Members

Microsoft.VisualStudio.Shell.Interop Namespace