IVsToolbox6.GetBitmapBackground(IDataObject) 方法

定义

检索指定工具箱项的透明背景色。

public:
 System::UInt32 GetBitmapBackground(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pItem);
public:
 unsigned int GetBitmapBackground(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pItem);
unsigned int GetBitmapBackground(Microsoft::VisualStudio::OLE::Interop::IDataObject const & pItem);
public uint GetBitmapBackground (Microsoft.VisualStudio.OLE.Interop.IDataObject pItem);
abstract member GetBitmapBackground : Microsoft.VisualStudio.OLE.Interop.IDataObject -> uint32
Public Function GetBitmapBackground (pItem As IDataObject) As UInteger

参数

pItem
IDataObject

中要从中检索透明背景色的工具箱项。

返回

UInt32

透明背景色。

适用于