ParameterDefinitions Collection
Description
A collection of ParameterDefinition objects.
Object Model
ParameterDefinitions CollectionParameterDefinition Object
Examples
Public Methods
Public Method Add

Adds a new ParameterDefinition object to the collection.

Supported in UFT versions 14.53 and later.

Public Method GetParametersCreates a new Parameters collection containing the input and output parameters for the current test or component run.
Public Method Remove

Removes the specified ParameterDefinition object from the collection.

Supported in UFT versions 14.53 and later.

Public Method RemoveAll

Removes all ParameterDefinition objects from the collection.

Supported in UFT versions 14.53 and later.

Public Properties
Public Property CountThe number of ParameterDefinition objects in the collection.
Public Property ItemReturns the specified ParameterDefinition object.