ParameterDefinitions Collection Members
Public Methods
Public Method Add

Adds a new ParameterDefinition object to the collection.

Supported in UFT One 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 One 14.53 and later.

Public Method RemoveAll

Removes all ParameterDefinition objects from the collection.

Supported in UFT One 14.53 and later.

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