ModelingDocView.ItemPicked(IDataObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implementation of IVsToolboxUser interface. Sends notification that an item in the toolbox is selected through a left-click, or by pressing Enter.
public:
virtual int ItemPicked(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ data);
public int ItemPicked (Microsoft.VisualStudio.OLE.Interop.IDataObject data);
abstract member ItemPicked : Microsoft.VisualStudio.OLE.Interop.IDataObject -> int
override this.ItemPicked : Microsoft.VisualStudio.OLE.Interop.IDataObject -> int
Public Function ItemPicked (data As IDataObject) As Integer
Parameters
- data
- IDataObject
Object that has been selected.