Microsoft SDK for Java

getItem

This method of the Errors class contains the following signatures:

getItem(int n)
getItem(java.lang.String s)

getItem(int n)

Retrieves a specific member of an Errors, Fields, Parameters, or Properties collection by ordinal number.

Syntax

public com.ms.wfc.data.Error getItem(int n);

Parameters

n An integer representing the ordinal number of the collection member.

getItem(java.lang.String s)

Retrieves a specific member of an Errors, Fields, Parameters, or Properties collection by name.

Syntax

public com.ms.wfc.data.Error getItem(java.lang.String s);

Parameters

s A string representing the name of the collection member.

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