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
- dataObject
Type: Microsoft.VisualStudio.OLE.Interop.IDataObject
IDataObject .
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.