This method retrieves an individual item from a string list.
HRESULT get_Item(
VARIANT Var,
//VARIANT that contains the name of the item in the collection
VARIANT * pVariantReturn
//pointer to a VARIANT that receives the item value
);
© Microsoft Corporation. All rights reserved.