|
5#
楼主 |
发表于 2006-10-27 13:31:14
|
只看该作者
' Registering both functions
RegisterUserFunc "WebTable", "ObjectsByMicClass", "ObjectsByMicClass"
RegisterUserFunc "WebTable", "ItemByKeyColumn", "ItemByKeyColumn"
' Function: ObjectsByMicClass
' Description: Returns a collection of objects. All the objects in a
' WebTable that have the specified MicClass
' Return Value: A collection of objects
' Arguments:
' Obj - Test Object (WebTable)
' micClass - The micClass of the objects to retrieve
這是 QuickTest Professional Code Samples Plus 里的一段 example, 我看不明白, 這里的micclass 是什麼?? 能為我說明嗎??
謝謝. |
|