IStringList Interface

The IStringList interface of the com.ms.asp package retrieves individual items from the string lists contained in the QueryString, Form, or ServerVariables collections of the Request object.

public interface IStringList extends com.ms.com.IUnknown
{
  // Methods
  public abstract com.ms.com.IUnknown get_NewEnum();
  public abstract int getCount();
  public abstract com.ms.com.Variant getItem(com.ms.com.Variant var);
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.