UFT Extensibility Agent library 1.3
BuildDescription Method
Description
Returns the description of the specified object.
Syntax
Visual Basic
Public Function BuildDescription( _
   ByVal objId As Variant, _
   ByRef externalParent As String _
) As String
Parameters
objId
externalParent
Return Type
An XML string according to the AppDescription Schema, describing the hierarchy from the specified object and up to the root object of the testing environment.
See Also