IVsToolbox.SetItemInfo Method
Visual Studio 2005
Sets information for the referenced item.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
int SetItemInfo ( /** @attribute InAttribute() */ IDataObject pDO, /** @attribute InAttribute() */ TBXITEMINFO[] ptif )
function SetItemInfo ( pDO : IDataObject, ptif : TBXITEMINFO[] ) : int
Parameters
- pDO
[in] Data object to set information for.
- ptif
[in] Structure containing the item information to set for the data object. For a list of ptif values, see TBXITEMINFO.