IVsToolbox6.GetBitmapBackground-Methode: (IDataObject)

 

Veröffentlicht: Oktober 2016

Ruft die transparente Hintergrundfarbe für das angegebene Toolboxelement aus.

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

Syntax

uint GetBitmapBackground(
    IDataObject pItem
)
unsigned int GetBitmapBackground(
    IDataObject^ pItem
)
abstract GetBitmapBackground : 
        pItem:IDataObject -> uint32
Function GetBitmapBackground (
    pItem As IDataObject
) As UInteger

Parameter

Rückgabewert

Type: System.UInt32

Die transparente Hintergrundfarbe.

Siehe auch

IVsToolbox6-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang