Page 1 of 1

Element

Posted: Wed May 06, 2009 9:21 am
by marcushe
Element.Find(RxPath path)
According to descriptioin ,it will return the lis of elements found for that path.
Which kind of type should i use to store the return variant???
IList?Array?or others?

Posted: Wed May 06, 2009 9:42 am
by Support Team
The method signature tells you the type of the return value (IList<Element). You can see the signature of a method using several ways: Please, have a look at the Ranorex API documentation. That should answer quite many of your questions.

Regards,
Alex
Ranorex Support Team

Oh

Posted: Wed May 06, 2009 9:46 am
by marcushe
Oh, sorry for my poor experience.
Thanks ,Alex