====== 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 ====
ListItem.Set(bSelected, nImage, Items);
==== Visual Basic Script ====
ListItem.Set bSelected, nImage, Items
==== C++ ====
HRESULT hr = ListItem.Set(bSelected, nImage, Items);
===== See Also =====
[[:scripting:api:list-item:start|IListItem]]
~~NOTOC~~