IVsToolboxDataProvider.GetItemInfo Method (IDataObject, TBXITEMINFO[])
Visual Studio 2015
Returns the item information for the specified data object.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pDO
-
Type:
Microsoft.VisualStudio.OLE.Interop.IDataObject
[in] Data object for which to return item information.
- ptif
-
Type:
Microsoft.VisualStudio.Shell.Interop.TBXITEMINFO[]
[out] Item information. For more information, see TBXITEMINFO structure.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsToolboxDataProvider::GetItemInfo(
[in]IDataObject* pDO,
[out]PTBXITEMINFO ptif
);
Show: