SmartMatchOptions 枚举
此枚举使您可以了解以下信息:IUITechnologyManager 如何指导框架在无法找到匹配项时搜索最可能的结果。
此枚举有一个 FlagsAttribute 特性,通过该特性可使其成员值按位组合。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Extension
程序集: Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration SmartMatchOptions
[FlagsAttribute]
public enum SmartMatchOptions
[FlagsAttribute]
public enum class SmartMatchOptions
[<FlagsAttribute>]
type SmartMatchOptions
public enum SmartMatchOptions
成员
成员名称 | 说明 | |
---|---|---|
Control | 只对控件使用智能匹配。如果指定此选项,则框架将使用智能算法智能地对属性与搜索字符串中指定的属性略微不同的控件进行匹配。 | |
None | 不使用智能匹配。 | |
TopLevelWindow | 只对顶级窗口使用智能匹配。框架使用智能算法智能地将指定的顶级窗口标题与其他类似顶级窗口进行匹配。 |