Share via


IVsToolbox6.GetBitmapBackground Method

Retrieves the transparent background color of the specified toolbox item.

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

Syntax

'Declaration
Function GetBitmapBackground ( _
    pItem As IDataObject _
) As UInteger
uint GetBitmapBackground(
    IDataObject pItem
)
unsigned int GetBitmapBackground(
    [InAttribute] IDataObject^ pItem
)
abstract GetBitmapBackground : 
        pItem:IDataObject -> uint32
function GetBitmapBackground(
    pItem : IDataObject
) : uint

Parameters

Return Value

Type: UInt32
The transparent background color.

.NET Framework Security

See Also

Reference

IVsToolbox6 Interface

Microsoft.VisualStudio.Shell.Interop Namespace