UFT One Extensibility Agent library 1.3
GetProperties Method
An array of the names of the properties.
Description
Returns an array of values corresponding to the array of property names for the specified object.
Syntax
Visual Basic
Public Function GetProperties( _
   ByVal objId As Variant, _
   ByVal names() As String _
) As Variant()
Parameters
objId
names
An array of the names of the properties.
Return Type
An array of values in the same order as the input property-name array.
Remarks
If you implement IRectangleSupplier, Testing Extensibility infers the values of the abs_x, abs_y, width, and height properties from the values returned from the GetRectangle function and it does not pass these properties to the GetProperties call.
See Also