getItem

This method of the IRequest interface retrieves a pointer to an interface pointer of the first item in the Request object's collections that contains the specified string.

Syntax

public abstract java.lang.Object getItem(java.lang.String var);

Parameters

var The name of the item to retrieve.

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