SimpleEditorView::ItemPicked Method (IDataObject^)
Visual Studio 2015
Sends notification that an item in the toolbox has been selected (by clicking the mouse or by pressing ENTER).
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- data
-
Type:
Microsoft.VisualStudio.OLE.Interop::IDataObject^
The IDataObject that has been selected.
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: