IVsToolbox::SetItemInfo Method (IDataObject^, array<TBXITEMINFO>^)
Visual Studio 2015
Sets information for the referenced item.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pDO
-
Type:
Microsoft.VisualStudio.OLE.Interop::IDataObject^
[in] Data object to set information for.
- ptif
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::TBXITEMINFO>^
[in] Structure containing the item information to set for the data object. For a list of ptif values, see TBXITEMINFO.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsToolbox::SetItemInfo( [in]IDataObject* pDO, [in]PTBXITEMINFO ptif );
Show: