SimpleEditorView::ItemPicked Method (IDataObject^)

 

Sends notification that an item in the toolbox has been selected (by clicking the mouse or by pressing ENTER).

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int ItemPicked(
	IDataObject^ data
)

Parameters

data
Type: Microsoft.VisualStudio.OLE.Interop::IDataObject^

The IDataObject that has been selected.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: