13.11 IStringList Interface
The
IStringList
interface is used to retrieve individual items from the string lists contained in the
QueryString
,
Form
, or
ServerVariables
collections.
IStringList::get_Count
Retrieves the number of items in the string list.
IStringList::get_Item
Retrieves the specified item from a string list.
IStringList::get_NewEnum
Retrieves an enumerator for the string list.
The
IStringList
interface also supports the
IUnknown
and
IDispatch
interface methods.
Copyright © 2000 Chili!Soft