PlaybackSettings.SmartMatchOptions Property

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Property SmartMatchOptions As SmartMatchOptions
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)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.SmartMatchOptions

.NET Framework Security

See Also

Reference

PlaybackSettings Class

Microsoft.VisualStudio.TestTools.UITesting Namespace