Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PlaybackSettings::SmartMatchOptions Property

 

Gets or sets a value that indicates whether smart match is enabled.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
property SmartMatchOptions SmartMatchOptions {
	SmartMatchOptions get();
	void set(SmartMatchOptions value);
}

Property Value

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

The current SmartMatchOptions.

Return to top
Show: