DesignerWindowPane.IVsToolboxUser.ItemPicked Method

Sends notification that an item in the Toolbox is selected through a click, or by pressing ENTER.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Private Function ItemPicked ( _
    dataObject As IDataObject _
) As Integer Implements IVsToolboxUser.ItemPicked
int IVsToolboxUser.ItemPicked(
    IDataObject dataObject
)

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsToolboxUser.ItemPicked(IDataObject)

Remarks

This method is called whenever a Toolbox item is added to window by selection.

.NET Framework Security

See Also

Reference

DesignerWindowPane Class

Microsoft.VisualStudio.Shell.Design Namespace

Toolbox