DesignerWindowPane::IVsToolboxUser::ItemPicked Method (IDataObject^)
Visual Studio 2015
Sends notification that an item in the Toolbox is selected through a click, or by pressing ENTER.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
private: virtual int ItemPicked( IDataObject^ dataObject ) sealed = IVsToolboxUser::ItemPicked
Parameters
- dataObject
- Type: Microsoft.VisualStudio.OLE.Interop::IDataObject^
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsToolboxUser::ItemPicked(IDataObject^)
Show: