Element

Ask general questions here.
marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

Element

Post by marcushe » Wed May 06, 2009 9:21 am

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?

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Wed May 06, 2009 9:42 am

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

marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

Oh

Post by marcushe » Wed May 06, 2009 9:46 am

Oh, sorry for my poor experience.
Thanks ,Alex