Share via


IStringList::get_Item

The IStringList::get_Item method retrieves an individual item from a string list.

HRESULT get_Item(
      VARIANT Var,
      VARIANT* pVariantReturn
);

Parameters

  • Var
    [in] A VARIANT that contains the name of the item in the collection.

  • pVariantReturn
    [retval] [out] Points to a VARIANT that receives the item value.

Remarks

You can use this method to retrieve a particular item from an array that has been returned by a Form, QueryString, or ServerVariables collection.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also