PlaybackSettings.SmartMatchOptions 属性

获取或设置一个值,该值指示是否启用智能匹配。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Property SmartMatchOptions As SmartMatchOptions
    Get
    Set
public SmartMatchOptions SmartMatchOptions { get; set; }
public:
property SmartMatchOptions SmartMatchOptions {
    SmartMatchOptions get ();
    void set (SmartMatchOptions value);
}
member SmartMatchOptions : SmartMatchOptions with get, set
function get SmartMatchOptions () : SmartMatchOptions
function set SmartMatchOptions (value : SmartMatchOptions)

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Extension.SmartMatchOptions
当前的 SmartMatchOptions。

.NET Framework 安全性

请参见

参考

PlaybackSettings 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间