IVsToolbox.SelectItem(IDataObject) Method

Definition

Programmatically selects an item.

public:
 int SelectItem(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pDO);
public:
 int SelectItem(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pDO);
int SelectItem(Microsoft::VisualStudio::OLE::Interop::IDataObject const & pDO);
public int SelectItem (Microsoft.VisualStudio.OLE.Interop.IDataObject pDO);
abstract member SelectItem : Microsoft.VisualStudio.OLE.Interop.IDataObject -> int
Public Function SelectItem (pDO As IDataObject) As Integer

Parameters

pDO
IDataObject

[in] Pointer to a data object identifying the selected item. This value can be null.

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsToolbox::SelectItem(  
   [in]IDataObject* pDO  
);  

If the pDO parameter is null, then the common pointer tool is selected.

Applies to