Compartir a través de


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

'Declaración
Public Structure TBXITEMINFO
'Uso
Dim instance As TBXITEMINFO
public struct TBXITEMINFO
public value class TBXITEMINFO
[<SealedAttribute>]
type TBXITEMINFO =  struct end
JScript supports the use of structures, but not the declaration of new ones.

Remarks

Nota

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