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.

UIActionInterpreter::TopLevelWindowSinglePassSearch Property

 

Gets or sets a value that indicates whether single pass search will be used for top level windows.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

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

Property Value

Type: System::Boolean

true to use single pass search; otherwise, false.

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.

Return to top
Show: