Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Set ====== Method of [[:scripting:api:list-item:start|IListItem]] ===== Description ===== Set Items ===== Parameters ===== * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bSelected** * [[scripting:api:data-type:long|long]] **nImage** * [[scripting:api:data-type:SAFEARRAY(VARIANT)|SAFEARRAY(VARIANT)]] **Items** ===== Syntax ===== ==== JavaScript ==== <code javascript> ListItem.Set(bSelected, nImage, Items); </code>==== Visual Basic Script ==== <code vb> ListItem.Set bSelected, nImage, Items </code>==== C++ ==== <code cpp> HRESULT hr = ListItem.Set(bSelected, nImage, Items); </code>===== See Also ===== [[:scripting:api:list-item:start|IListItem]] ~~NOTOC~~