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.
UIActionInterpreter::TopLevelWindowSinglePassSearch Property
Gets or sets a value that indicates whether single pass search will be used for top level windows.
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
public: property bool TopLevelWindowSinglePassSearch { bool get(); void set(bool value); }
MTR sets this property to true on init and resets it after the first non test-step marker action.
So unlike other properties, this has to be applied immediately and not on ApplyInterprterSettings alone.
Show: