在搜索/过滤器属性中提供唯一编号属性 [英] Provide Unique Number property in Search/Filter properties

查看:85
本文介绍了在搜索/过滤器属性中提供唯一编号属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好

我的应用程序有两个HTMLTable类型的控件。我可以看到控件的所有大多数属性都是相同的,除了HTML表的nativeElement中的唯一编号和唯一ID。

I am having an application which has two controls of HTMLTable type. I could see that all most all the properties of the control are same except Unique Number and Unique ID in nativeElement of the HTML Table.

如何提供这些属性来查找所需的控件?  我知道原生元素是mshtml.HTMLTableClass。

How can i provide these properties to find the required control ? I understands that the native Element is mshtml.HTMLTableClass.

注意:我不能使用FindMatchingControls。

Note: I cannot use FindMatchingControls.

谢谢

Sumanth

推荐答案

否。您不能将这些属性用于搜索。

No. You can't use those properties for search.

这两个表是否属于同一个直接父级?如果不是,您可以搜索父级并搜索其下的表。

Do both the tables come under the same immediate parent? If no, you can search for the parent and search the table under it.

CUIT构建器生成的代码应该能够区分这两个表。尝试复制相同的内容。

Code generated by the CUIT builder should be able to distinguish between the two tables. Try to replicate the same.

Vinoth。


这篇关于在搜索/过滤器属性中提供唯一编号属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆